删除打印

This commit is contained in:
邹宗楠
2023-07-12 13:56:48 +08:00
parent a217cadbe4
commit 2c34badf6b
13 changed files with 9 additions and 87 deletions

View File

@@ -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) { //创建