This commit is contained in:
邹宗楠
2024-03-26 18:15:23 +08:00
parent ed9aa6ce5e
commit 01c4596e86

View File

@@ -6510,6 +6510,9 @@ func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo, vendorOr
panic(r)
}
}()
globals.SugarLogger.Debugf("==========k : %s", utils.Format4Output(k, false))
if err := dao.CreateEntity(db, k); err == nil {
globals.SugarLogger.Debugf("==========err1 : %v", err)
errList.AddErr(fmt.Errorf("%s:%v", k.VendorStoreID, err))