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)}