"src/com/bird/vscode:/vscode.git/clone" did not exist on "5e5ba4bf131b5998c33474ebe34ac7e9d86187ad"
Commit c454edfd authored by jmdhappy's avatar jmdhappy
Browse files

修改查询订单bug

parent c43de228
......@@ -47,7 +47,7 @@ public class PayOrderService {
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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment