1
This commit is contained in:
@@ -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) + ","
|
||||
|
||||
Reference in New Issue
Block a user