临时禁止添加小费
This commit is contained in:
@@ -1068,7 +1068,7 @@ func (s *DefScheduler) watchOrderWaybills(savedOrderInfo *WatchOrderInfo) {
|
|||||||
if curTipFee, err := handler.GetWaybillTip(jxcontext.AdminCtx, order); err == nil {
|
if curTipFee, err := handler.GetWaybillTip(jxcontext.AdminCtx, order); err == nil {
|
||||||
tipFee2Add := tipFee - curTipFee
|
tipFee2Add := tipFee - curTipFee
|
||||||
vendorStatus += fmt.Sprintf(", 本次添加:%s", jxutils.IntPrice2StandardCurrencyString(tipFee2Add))
|
vendorStatus += fmt.Sprintf(", 本次添加:%s", jxutils.IntPrice2StandardCurrencyString(tipFee2Add))
|
||||||
if tipFee2Add > 0 {
|
if false { //tipFee2Add > 0 {
|
||||||
err := handler.AddWaybillTip(jxcontext.AdminCtx, order, tipFee2Add)
|
err := handler.AddWaybillTip(jxcontext.AdminCtx, order, tipFee2Add)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
vendorStatus += "成功"
|
vendorStatus += "成功"
|
||||||
|
|||||||
Reference in New Issue
Block a user