1
This commit is contained in:
@@ -1670,6 +1670,11 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
|
||||
if err = dao.GetEntity(db, storeMap, model.FieldStoreID, model.FieldVendorID, model.FieldDeletedAt); err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
||||
globals.SugarLogger.Debug("==============payload", utils.Format4Output(payload, false))
|
||||
globals.SugarLogger.Debug("==============storeMap", utils.Format4Output(storeMap, false))
|
||||
globals.SugarLogger.Debug("==============userName", utils.Format4Output(storeMap, userName))
|
||||
|
||||
var beforeStoreMap = *storeMap
|
||||
syncStatus := model.SyncFlagModifiedMask
|
||||
valid := dao.StrictMakeMapByStructObject(payload, storeMap, userName)
|
||||
|
||||
Reference in New Issue
Block a user