Commit 48dace80 authored by suhuiguang's avatar suhuiguang

1.工作台查询列表接口平台已经倒叙排列,直接使用即可,之前遗漏未修改完整

2.撤回后工作台url缺少equ_llist_code-使用登记压力容器使用
parent fe6bd60e
...@@ -1820,7 +1820,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD ...@@ -1820,7 +1820,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
jsonObject.put("flowStatusLabel", jgUseRegistration.getStatus()); jsonObject.put("flowStatusLabel", jgUseRegistration.getStatus());
jsonObject.remove("otherAccessories"); jsonObject.remove("otherAccessories");
jsonObject.remove("instanceStatus"); jsonObject.remove("instanceStatus");
setEquListCode2Json(jgUseRegistration, jsonObject); setEquListCode2Json(data, jsonObject);
// 非单位办理 // 非单位办理
if (!"unit".equals(manageType)) { if (!"unit".equals(manageType)) {
LambdaQueryWrapper<JgUseRegistrationEq> lambda1 = new QueryWrapper<JgUseRegistrationEq>().lambda(); LambdaQueryWrapper<JgUseRegistrationEq> lambda1 = new QueryWrapper<JgUseRegistrationEq>().lambda();
......
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