This commit is contained in:
richboo111
2022-10-10 10:30:35 +08:00
parent dcdef35665
commit 69bb828776

View File

@@ -130,6 +130,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
}
storeIDs += utils.Int64ToStr(v.Store.StoreId)
}
globals.SugarLogger.Debug("ShopBatchCreateStoreParam======&&failMsg=======", ShopBatchCreateStoreParam, resp.ResultList[0].Msg)
if utils.Str2Int(storeIDs) == 0 {
return "", errors.New("创建店铺失败原因utils.Str2Int(storeIDs) == 0")
}