|
|
|
@ -312,6 +312,9 @@ public class ImsDutyRecServiceImpl extends BaseServiceImpl<ImsDutyRecMapper, Ims
|
|
|
|
|
if (StringUtil.isNotBlank(vo.getEndDate())) { |
|
|
|
|
le(ImsDutyRecEntity::getAcceptTime, vo.getEndDate()); |
|
|
|
|
} |
|
|
|
|
if (ObjectUtil.isNotEmpty(vo.getCreateDept())) { |
|
|
|
|
eq(ImsDutyRecEntity::getCreateDept, vo.getCreateDept()); |
|
|
|
|
} |
|
|
|
|
}}); |
|
|
|
|
IPage<ImsDutyRecVO> imsDutyRecVOIPage = ImsDutyRecWrapper.build().pageVO(imsDutyRecEntityIPage); |
|
|
|
|
List<ImsDutyRecVO> records = imsDutyRecVOIPage.getRecords(); |
|
|
|
|