同步菜市物料到果园测试
This commit is contained in:
@@ -4392,7 +4392,7 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool)
|
||||
panic(r)
|
||||
}
|
||||
}()
|
||||
if err = dao.CreateEntity(db, skuNameExt.SkuName); err != nil {
|
||||
if err = dao.CreateEntity(db, &skuNameExt.SkuName); err != nil {
|
||||
dao.Rollback(db)
|
||||
return retVal, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user