1
This commit is contained in:
@@ -390,7 +390,7 @@ func (s *DefScheduler) OnOrderNew(order *model.GoodsOrder, isPending bool, isAut
|
|||||||
if order.Flag&model.OrderFlagMaskFake == 0 {
|
if order.Flag&model.OrderFlagMaskFake == 0 {
|
||||||
utils.CallFuncAsync(func() {
|
utils.CallFuncAsync(func() {
|
||||||
// order = setFakeActualPayPrice(order)
|
// order = setFakeActualPayPrice(order)
|
||||||
netprinter.PrintOrderByOrder(jxcontext.AdminCtx, order, model.PrintTypeOrder, nil)
|
//netprinter.PrintOrderByOrder(jxcontext.AdminCtx, order, model.PrintTypeOrder, nil)
|
||||||
//目前暂且认为AdjustCount > 0 就是调整单
|
//目前暂且认为AdjustCount > 0 就是调整单
|
||||||
if order.AdjustCount > 0 {
|
if order.AdjustCount > 0 {
|
||||||
weixinmsg.NotifyAdjustOrder(order)
|
weixinmsg.NotifyAdjustOrder(order)
|
||||||
|
|||||||
Reference in New Issue
Block a user