|
|
|
@ -10,7 +10,6 @@ import com.hnac.hzims.operational.duty.vo.FlexibleSchedulingVo;
|
|
|
|
|
import com.hnac.hzims.operational.duty.vo.ImsSchedulingVo; |
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
|
import org.springblade.core.mp.base.BaseServiceImpl; |
|
|
|
|
import org.springblade.core.mp.support.Condition; |
|
|
|
|
import org.springblade.core.tool.utils.CollectionUtil; |
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
@ -30,6 +29,9 @@ public class ImsDutyMainTemplateImpl extends BaseServiceImpl<ImsDutyMainTemplate
|
|
|
|
|
eq(ImsDutyMainTemplateEntity::getCreateDept, entity.getCreateDept()); |
|
|
|
|
eq(ImsDutyMainTemplateEntity::getType, entity.getType()); |
|
|
|
|
} |
|
|
|
|
if (null != entity.getDutyClassTypeId()) { |
|
|
|
|
eq(ImsDutyMainTemplateEntity::getDutyClassTypeId, entity.getDutyClassTypeId()); |
|
|
|
|
} |
|
|
|
|
}}); |
|
|
|
|
if (CollectionUtil.isNotEmpty(list)) { |
|
|
|
|
for (ImsDutyMainTemplateEntity imsDutyMainTemplateEntity : list) { |
|
|
|
|