diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index d25feca42..497e114f9 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4505,6 +4505,7 @@ func doStoreSkuAudit(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*Sto db := dao.GetDB() for _, storeID := range storeIDs { stores, _ := dao.GetStoreList(db, []int{storeID}, nil, nil, nil, "") + //扣点的门店改价不进审核 if len(stores) > 0 { if stores[0].PayPercentage <= 50 { globals.SugarLogger.Debugf("doStoreSkuAudit return0 storeID : %v", storeID)