diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index a0dbbe5ea..fed099f5e 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -1846,7 +1846,7 @@ func UpdateOrderInfo(ctx *jxcontext.Context, vendorOrderID string, vendorID int, } } } - weixinmsg.SendUserMessage(jxcontext.AdminCtx, "订单补偿", fmt.Sprintf("您收到了%v元的订单补偿,订单号:[%v]", jxSubsidyMoney, order.VendorOrderID), userIDs, true, true) + weixinmsg.SendUserMessage(jxcontext.AdminCtx, "订单补偿", fmt.Sprintf("您收到了%v元的订单补偿,订单号:[%v]", jxutils.IntPrice2Standard(jxSubsidyMoney), order.VendorOrderID), userIDs, true, true) } return num, err }