Commit c7459199 authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 2b967d1b
...@@ -104,6 +104,9 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra ...@@ -104,6 +104,9 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
@Override @Override
public long getTEmployeeContractCount(TEmployeeContractPreSearchVo tEmployeeContractPre) { public long getTEmployeeContractCount(TEmployeeContractPreSearchVo tEmployeeContractPre) {
//权限赋值 //权限赋值
if (Common.isEmpty(tEmployeeContractPre.getType())) {
tEmployeeContractPre.setType(CommonConstants.ONE_STRING);
}
initSearchVo(tEmployeeContractPre); initSearchVo(tEmployeeContractPre);
if (Common.isEmpty(tEmployeeContractPre.getProcessStatus())&& Common.isEmpty(tEmployeeContractPre.getStatusList())) { if (Common.isEmpty(tEmployeeContractPre.getProcessStatus())&& Common.isEmpty(tEmployeeContractPre.getStatusList())) {
tEmployeeContractPre.setStatusList(Stream.of("0","1","2","3","4","5","6","7","8").collect(Collectors.toList())); tEmployeeContractPre.setStatusList(Stream.of("0","1","2","3","4","5","6","7","8").collect(Collectors.toList()));
......
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