|
|
|
@ -688,6 +688,7 @@ public class ImsDutyRecServiceImpl extends BaseServiceImpl<ImsDutyRecMapper, Ims
|
|
|
|
|
ImsDutyMainEntity mainEntity = imsDutyMainService.getOne(new LambdaQueryWrapper<ImsDutyMainEntity>() {{ |
|
|
|
|
eq(ImsDutyMainEntity::getStatus, DutyMainStatus.EXEC.getVal()); |
|
|
|
|
eq(ImsDutyMainEntity::getCreateDept, mainEntityById.getCreateDept()); |
|
|
|
|
last("limit 1"); |
|
|
|
|
}}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|