Merge branch 'jdshop' of e.coding.net:rosydev/jx-callback into jdshop

This commit is contained in:
邹宗楠
2022-10-10 16:37:52 +08:00

View File

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