Commit be7078ae by 庄冰

tj

parent 5d3ecfc3
......@@ -539,7 +539,7 @@ class utilsTlBankSve {
}
//操作别的回调信息
this.opOtherCompanyNotify(orderItem.sveItemCode, obj.out_trade_no);
if (Number(orderItem.totalSum * 100) != Number(obj.trxamt)) {
if (parseInt(orderItem.totalSum * 100) != parseInt(obj.trxamt)) {
notifyResult.code = -450;
notifyResult.msg = "对应的订单支付金额不符";
return notifyResult;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment