This commit is contained in:
richboo111
2022-10-10 16:08:32 +08:00
parent fdad9362a8
commit e22da868a8

View File

@@ -201,7 +201,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
if err != nil {
errList.AddErr(fmt.Errorf("db update storeID,vendorStoreID defeat on :%v", err))
}
globals.SugarLogger.Debug("CreateStore last step success..................")
globals.SugarLogger.Debug("CreateStore last step success..................but errList====%v", errList)
return storeIDs, errors.New(fmt.Sprintf("%v", errList))
}
}