This commit is contained in:
richboo111
2022-10-24 18:10:05 +08:00
parent bb22005e82
commit 2960673553

View File

@@ -120,6 +120,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
StoreList: lists, StoreList: lists,
} }
if resp, err := a.BatchCreateStore(ShopBatchCreateStoreParam); err != nil { if resp, err := a.BatchCreateStore(ShopBatchCreateStoreParam); err != nil {
globals.SugarLogger.Debug("sdjgauyhgfiquyghfuqi", resp.ResultList[0].Msg, ShopBatchCreateStoreParam)
return "", err return "", err
} else { } else {
//if len(resp.ResultList) == 0 { //if len(resp.ResultList) == 0 {