Commit 11da3335 authored by fangxinjiang's avatar fangxinjiang

合同续签-fxj

parent ec3b01b2
...@@ -1268,7 +1268,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM ...@@ -1268,7 +1268,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM
EmpContractRenewVO vo = new EmpContractRenewVO(); EmpContractRenewVO vo = new EmpContractRenewVO();
TEmpContractAlert alert = this.getById(id); TEmpContractAlert alert = this.getById(id);
if (null == alert){ if (null == alert){
return R.failed(CommonConstants.PARAM_INFO_ERROR); return R.failed(CommonConstants.NO_DATA_TO_HANDLE);
} }
vo.setEmpContractAlert( alert); vo.setEmpContractAlert( alert);
if (Common.isNotNull(alert.getContractId())){ if (Common.isNotNull(alert.getContractId())){
......
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