This commit is contained in:
richboo111
2022-10-08 17:49:19 +08:00
parent 3a873222ea
commit ec113c2c66

View File

@@ -161,6 +161,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
storeIDs += utils.Int64ToStr(v.Store.StoreId) + v.Store.Name + v.Store.StoreCode
//ans := resp.ResultList[0].Store
}
globals.SugarLogger.Debug("CreateStore2 return storeIDs==========", storeIDs)
return storeIDs, nil
}
}