controllers/report_forms_controller.go
@@ -349,7 +349,7 @@ today := now.Day() nowMonth := now.Format("2006-01") day, dateStr, err := service.NewSystemConfigService().GetInventoryCutOffPoint() day, dateStr, _ := service.NewSystemConfigService().GetInventoryCutOffPoint() if nowMonth == params.Date && today < day || today == day && now.Format("15:04") < dateStr { //本月未至结算时间点 productIds := make([]string, 0, len(result)) for _, item := range result {