Commit 43d19182 authored by 胡建龙's avatar 胡建龙

20220428 使用json格式获取recamt_id(orderNotify方法中)

parent e67b3a65
...@@ -844,7 +844,8 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService { ...@@ -844,7 +844,8 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService {
} }
System.out.println("验签成功"); System.out.println("验签成功");
Long recamtId = params.getLong("mchReserved"); JSONObject mchReserved = params.getJSONObject("mchReserved");
Long recamtId = mchReserved.getLong("recamt_id");
Ld037 ld037 = new Ld037(); Ld037 ld037 = new Ld037();
ld037.setId(recamtId); ld037.setId(recamtId);
ld037 = ld037Mapper.selectByPrimaryKey(ld037); ld037 = ld037Mapper.selectByPrimaryKey(ld037);
......
Markdown is supported
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