feat(REQ-4468) - 调整查询审批人冗余信息的的逻辑

This commit is contained in:
wangli 2025-07-02 09:42:54 +08:00
parent b2df7dfbed
commit 540e66b7f3

View File

@ -321,7 +321,6 @@ public class TaskEntityEventHandle implements EntityEventHandle<TaskEntity> {
.cooperateShip(true)
.personProfile(true)
.workspace(true)
.entCooperateShip(true)
.build())
.pageSize(Integer.MAX_VALUE)
.build();