This commit is contained in:
richboo111
2022-10-08 17:20:50 +08:00
parent 58222ab285
commit c09abfb8e2

View File

@@ -152,6 +152,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
// return "", err
// }
//}
globals.SugarLogger.Debug("resp.ResultList========", resp.ResultList[0])
for k, v := range resp.ResultList {
if k != len(resp.ResultList) {
storeIDs += utils.Int64ToStr(v.Store.StoreId) + ","