This commit is contained in:
richboo111
2022-10-10 15:19:41 +08:00
parent 7c8b1ec5aa
commit 3c2e64ec7e

View File

@@ -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))
}
//创建并绑定运费模板
globals.SugarLogger.Debug("storeDetail.Store.ID==============", storeDetail.Store.ID)
freightTemplateID, err := CreateFreightTemplate(storeDetail.Store.ID)
if err != nil {
errList.AddErr(fmt.Errorf("创建运费模板失败原因:%v", err))