Compare commits

..

No commits in common. "b7f8524861a534ebf574de40333da09b27effac7" and "088147284157ac831720fa473552983e6a060e85" have entirely different histories.

View File

@ -207,7 +207,7 @@ func CreateImportRecord(c *gin.Context) {
LastReviewDate = "" LastReviewDate = ""
i.ApprovalDate = "" i.ApprovalDate = ""
} else { } else {
LastReviewDate = t.AddDate(1, 0, 0).Format("2006-01-02") LastReviewDate = t.AddDate(0, 1, 0).Format("2006-01-02")
} }
} }
createRes, err := service.SupplierProvider.CreateSupplier(c, &supplier.CreateSupplierRequest{ createRes, err := service.SupplierProvider.CreateSupplier(c, &supplier.CreateSupplierRequest{