From df2efbb135c32703e22429da5f262fe2009052fb Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Wed, 11 Oct 2023 19:31:31 +0800 Subject: [PATCH] update --- app/db/db_central_kitchen_for_school_user_with_day.go | 1 + 1 file changed, 1 insertion(+) 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 256ba69..214db75 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 @@ -53,6 +53,7 @@ func (centralKitchenForSchoolUserWithDayDb *CentralKitchenForSchoolUserWithDayDb if ishas[v.CentralKitchenForSchoolUserWithDay.Id] { continue } + ishas[v.CentralKitchenForSchoolUserWithDay.Id] = true resp = append(resp, map[string]interface{}{ "id": v.CentralKitchenForSchoolUserWithDay.Id, "ord_no": v.CentralKitchenForSchoolUserWithDay.OrdNo,