1
This commit is contained in:
@@ -137,6 +137,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
|||||||
//return "", errors.New(fmt.Sprintf("创建店铺失败原因storeIDs = 0:%v,%v", err, resp.ResultList[0].Msg))
|
//return "", errors.New(fmt.Sprintf("创建店铺失败原因storeIDs = 0:%v,%v", err, resp.ResultList[0].Msg))
|
||||||
}
|
}
|
||||||
//创建并绑定运费模板
|
//创建并绑定运费模板
|
||||||
|
globals.SugarLogger.Debug("storeDetail.Store.ID==============", storeDetail.Store.ID)
|
||||||
freightTemplateID, err := CreateFreightTemplate(storeDetail.Store.ID)
|
freightTemplateID, err := CreateFreightTemplate(storeDetail.Store.ID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
errList.AddErr(fmt.Errorf("创建运费模板失败原因:%v", err))
|
errList.AddErr(fmt.Errorf("创建运费模板失败原因:%v", err))
|
||||||
|
|||||||
Reference in New Issue
Block a user