- UpdateActStoreSkuBind

This commit is contained in:
gazebo
2019-07-04 15:25:28 +08:00
parent 2d5a2e8274
commit 4e5494a2a4
8 changed files with 84 additions and 19 deletions

View File

@@ -262,7 +262,7 @@ func (c *PurchaseHandler) SyncAct(ctx *jxcontext.Context, parentTask tasksch.ITa
return err
}()
db := dao.GetDB()
globals.SugarLogger.Debug(utils.Format4Output(updateItems, false))
// globals.SugarLogger.Debug(utils.Format4Output(updateItems, false))
_, err2 := dao.BatchUpdateEntityByKV(db, updateItems)
if err == nil {
err = err2