From 382b6ffe2dd9f1dd84be81cf1a53ec515709d2bb Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 19 Jan 2024 15:03:26 +0800 Subject: [PATCH] 1 --- business/jxstore/act/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 951bca7ee..44a339927 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -798,7 +798,7 @@ func CreateActForMtByOrder(ctx *jxcontext.Context, act *model.Act, vendorIDs []i var ( actStoreSkuMapUpdate *model.ActStoreSkuMap ) - sql := `weix + sql := ` SELECT * FROM act_store_sku_map WHERE act_id = ? AND store_id = ? AND sku_id = ? ` sqlParams := []interface{}{act.ID, storeID, utils.Str2Int(v.AppFoodCode)}