From 0540f8ad68df9654487b9c6d2bb369254ba62abd Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Fri, 6 Oct 2023 16:59:35 +0800 Subject: [PATCH] update --- app/db/db_central_kitchen_for_school_user_with_day.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/db/db_central_kitchen_for_school_user_with_day.go b/app/db/db_central_kitchen_for_school_user_with_day.go index e2f2aeb..7b7b19e 100644 --- a/app/db/db_central_kitchen_for_school_user_with_day.go +++ b/app/db/db_central_kitchen_for_school_user_with_day.go @@ -92,7 +92,6 @@ func (centralKitchenForSchoolUserWithDayDb *CentralKitchenForSchoolUserWithDayDb sDate, _ := time.ParseInLocation("2006-01-02", startDate, time.Local) eDate, _ := time.ParseInLocation("2006-01-02", endDate, time.Local) sess.And("date >= ?", sDate.Format("2006-01-02")).And("date <= ?", eDate.Format("2006-01-02")) - g } if len(kindList) > 0 { sess.In("kind", kindList)