删除打印
This commit is contained in:
@@ -295,7 +295,6 @@ func SpecialTreat(vendorOrgCode string, vendorStoreID, storeID, deliveryFeeDeduc
|
||||
}
|
||||
//3.设置门店起送价 默认为0
|
||||
if bindSaleLimitID, err := GetStoreSaleLimit(vendorOrgCode, vendorStoreID); err != nil {
|
||||
//errList.AddErr(fmt.Errorf("获取门店限售模板失败:%v", err))
|
||||
globals.SugarLogger.Debugf("获取门店限售模板失败:%v", err)
|
||||
} else {
|
||||
if bindSaleLimitID == 0 || utils.IsNil(bindSaleLimitID) { //创建
|
||||
|
||||
Reference in New Issue
Block a user