Commit 2b967d1b authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent c9b479d5
......@@ -88,6 +88,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
@Override
public List<TEmployeeContractPre> getTEmployeeContractPreNoPage(TEmployeeContractPreSearchVo tEmployeeContractPre) {
//权限赋值
tEmployeeContractPre.setType(CommonConstants.ONE_STRING);
initSearchVo(tEmployeeContractPre);
if (Common.isEmpty(tEmployeeContractPre.getStatusList())) {
tEmployeeContractPre.setStatusList(Stream.of("0").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