Commit bb527187 authored by fangxinjiang's avatar fangxinjiang

合同提醒查询条件调整

parent 10170d95
......@@ -174,6 +174,9 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM
if (Common.isNotNull(entity.getContractType())){
wrapper.eq(TEmpContractAlert::getContractType,entity.getContractType());
}
if (Common.isNotNull(entity.getContractTerm())){
wrapper.eq(TEmpContractAlert::getContractTerm,entity.getContractTerm());
}
if (Common.isNotNull(entity.getFileProvince())){
wrapper.eq(TEmpContractAlert::getFileProvince,entity.getFileProvince());
}
......
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