Skip to content

Commit

Permalink
修改查询订单bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdhappy committed Oct 16, 2017
1 parent c43de22 commit c454edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public JSONObject queryPayOrder(String mchId, String payOrderId, String mchOrder
paramMap.put("mchId", mchId);
paramMap.put("mchOrderNo", mchOrderNo);
String jsonParam = RpcUtil.createBaseParam(paramMap);
result = rpcCommonService.rpcPayOrderService.selectPayOrderByMchIdAndPayOrderId(jsonParam);
result = rpcCommonService.rpcPayOrderService.selectPayOrderByMchIdAndMchOrderNo(jsonParam);
}
String s = RpcUtil.mkRet(result);
if(s == null) return null;
Expand Down

0 comments on commit c454edf

Please sign in to comment.