|
@@ -173,11 +173,11 @@ public class WxMPUserController {
|
173
|
173
|
Map<String, String> resultMap = WXPayUtil.xmlToMap(result);
|
174
|
174
|
if (WXPayConstants.SUCCESS.equalsIgnoreCase(resultMap.get("result_code"))) {
|
175
|
175
|
//推送富士系统
|
176
|
|
- Map<String,Object> temInfo = wxMPUserService.selectByOrderNumber(resultMap.get("out_trade_no"));
|
177
|
|
- temInfo.put("DeductionAmount","0");
|
178
|
|
- temInfo.put("Reason","");
|
179
|
|
- temInfo.put("PayStyle","微信");
|
180
|
|
- fuShiServer.apiThirdPartyTemporaryCardPay(JSON.toJSONString(temInfo));
|
|
176
|
+ //Map<String,Object> temInfo = wxMPUserService.selectByOrderNumber(resultMap.get("out_trade_no"));
|
|
177
|
+ //temInfo.put("DeductionAmount","0");
|
|
178
|
+ //temInfo.put("Reason","");
|
|
179
|
+ //temInfo.put("PayStyle","微信");
|
|
180
|
+ //fuShiServer.apiThirdPartyTemporaryCardPay(JSON.toJSONString(temInfo));
|
181
|
181
|
//处理业务逻辑 修改订单状态等
|
182
|
182
|
String state = wxMPUserService.updateTmpOrder(resultMap.get("out_trade_no"));
|
183
|
183
|
if (state.equals("success")){
|