|
@@ -291,7 +291,7 @@ func IncrementCompany(cont context.Context) (err error) {
|
|
|
|
|
|
//endTime := time.Now().Format(utils.FormatDateTime)
|
|
|
startTime := time.Now().AddDate(0, 0, -7).Format(utils.FormatDate)
|
|
|
- endTime := time.Now().AddDate(0, 0, 1).Format(utils.FormatDate)
|
|
|
+ endTime := time.Now().Format(utils.FormatDate)
|
|
|
|
|
|
_, items, err := models.GetIncrementCompanyProductUpdateLogList(startTime, endTime)
|
|
|
if err != nil {
|