|
@@ -132,6 +132,7 @@ public class WxPayServiceImpl implements IWxPayService {
|
132
|
132
|
* @return
|
133
|
133
|
*/
|
134
|
134
|
private synchronized void wxHouseNotify(Map<String, String> resultMap) {
|
|
135
|
+ log.info("修改订单为{},的支付状态",resultMap.get("out_trade_no"));
|
135
|
136
|
String tradeNo = resultMap.get("out_trade_no");
|
136
|
137
|
String transactionId = resultMap.get("transaction_id");
|
137
|
138
|
QueryWrapper<TaOrder> taOrderQueryWrapper = new QueryWrapper<>();
|