Commit f5c373b0 authored by 鲁鸿波's avatar 鲁鸿波

危险作业相关方所属承包商多选

parent bb39ba80
...@@ -532,7 +532,8 @@ public class NewSysUserController extends SuperController { ...@@ -532,7 +532,8 @@ public class NewSysUserController extends SuperController {
String orgId = ContextUtils.getLoginUser().getOrgId(); // 获取当前登录用户的组织ID String orgId = ContextUtils.getLoginUser().getOrgId(); // 获取当前登录用户的组织ID
// 获取当前组织的所有承包商台账信息 // 获取当前组织的所有承包商台账信息
List<Object> infoIds = tContractorLedgerService.listObjs(new QueryWrapper<TContractorLedger>().select(TContractorLedger.INFO_ID).eq(TContractorLedger.ORG_ID, orgId).groupBy(TContractorLedger.INFO_ID)); //List<Object> infoIds = tContractorLedgerService.listObjs(new QueryWrapper<TContractorLedger>().select(TContractorLedger.INFO_ID).eq(TContractorLedger.ORG_ID, orgId).groupBy(TContractorLedger.INFO_ID));
List<Object> infoIds = tContractorLedgerService.listObjs(new QueryWrapper<TContractorLedger>().select(TContractorLedger.INFO_ID).like(TContractorLedger.ORG_ID, orgId).groupBy(TContractorLedger.INFO_ID));
List<NewTreeVo> children = new ArrayList<>(); // 创建一个空的子节点列表 List<NewTreeVo> children = new ArrayList<>(); // 创建一个空的子节点列表
......
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