Update supplier.go
This commit is contained in:
parent
1bdd0eabb2
commit
f4a3d39df6
@ -207,7 +207,7 @@ func CreateImportRecord(c *gin.Context) {
|
||||
LastReviewDate = ""
|
||||
i.ApprovalDate = ""
|
||||
} else {
|
||||
LastReviewDate = t.AddDate(0, 1, 0).Format("2006-01-02")
|
||||
LastReviewDate = t.AddDate(1, 0, 0).Format("2006-01-02")
|
||||
}
|
||||
}
|
||||
createRes, err := service.SupplierProvider.CreateSupplier(c, &supplier.CreateSupplierRequest{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user