注释扣点

This commit is contained in:
苏尹岚
2020-06-12 13:40:19 +08:00
parent a9cc733d3e
commit ca3d59833f

View File

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