- comment

This commit is contained in:
gazebo
2018-11-01 01:00:23 +08:00
parent df573894d1
commit 65cfc85911

View File

@@ -575,6 +575,7 @@ func CopyStoreSkus(ctx *jxcontext.Context, fromStoreID, toStoreID int, copyMode
utils.DefaultTimeValue, utils.DefaultTimeValue,
now, now,
} }
// todo 这里以上一步的删除时间作为一个判断条件,是有冲突的可能的
sql += sqlCatAndSku sql += sqlCatAndSku
sqlParams = append(sqlParams, sqlCatAndSkuParams) sqlParams = append(sqlParams, sqlCatAndSkuParams)
globals.SugarLogger.Debug(sql) globals.SugarLogger.Debug(sql)