build失败处理

This commit is contained in:
苏尹岚
2020-01-09 11:00:10 +08:00
parent cda6d91dae
commit da3c177e54

View File

@@ -1126,7 +1126,6 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
afterData := utils.MustMarshal(updateFieldMap)
mapresult := refutil.FindMapAndStructMixed(updateFieldMap, skuBind)
beforeData := utils.MustMarshal(mapresult)
fmt
AddEventDetail(model.OperateUpdate, v.RealSkuID, model.ThingTypeSku, storeID, ctx.GetTrackInfo(), string(beforeData), string(afterData))
}
if len(updateFieldMap) > 0 {