|
@@ -112,7 +112,7 @@ public class AlipayCallBackController {
|
|
|
}
|
|
|
|
|
|
if(order.getTransactionAmount().intValue() != totalAmount){
|
|
|
- logger.error("回调金额与订单金额不一致");
|
|
|
+ logger.error("回调金额与订单金额不一致。transAmt:" + order.getTransactionAmount().intValue() + ",payAmt:" + totalAmount);
|
|
|
responseWrite(response,"fail");
|
|
|
return;
|
|
|
}
|