diff --git a/business/jxcallback/scheduler/defsch/defsch.go b/business/jxcallback/scheduler/defsch/defsch.go index 788acc293..29838faf2 100644 --- a/business/jxcallback/scheduler/defsch/defsch.go +++ b/business/jxcallback/scheduler/defsch/defsch.go @@ -1542,6 +1542,7 @@ func OrderProfitWarning(order *model.GoodsOrder) { profit = utils.Str2Float64(utils.Int64ToStr(order.TotalShopMoney*int64(payPercentage)/200)) / 100 } } + globals.SugarLogger.Debugf("OrderProfitWarning profit : %v", profit) if profit < 0 { operatorPhone, operatorName := getOrderOperatorInfo(order, storeDetail) operatorRole := getOrderOperatorRoleInfo(order, storeDetail)