提交修改
This commit is contained in:
parent
1a15eccfab
commit
cf65855bf0
@ -113,6 +113,7 @@ public class AppWeiXinPayNotifyController {
|
||||
|
||||
VvTradeOrderEntity tradeOrderEntity = tradeOrderDao.selectVvTradeOrderById(NumberUtil.objToLong(outTradeNo));
|
||||
tradeOrderEntity.setTradeInfo(JSON.toJSONString(response));
|
||||
tradeOrderDao.updateVvTradeOrderById(tradeOrderEntity);
|
||||
}catch ( Exception e ){
|
||||
log.error("AppWeiXinPayNotifyController updateOrderStatus error:{}",e.getMessage());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user