Commit 30daa30c authored by fangxinjiang's avatar fangxinjiang

项目缓存BUG修复

parent 0f3ad516
......@@ -349,6 +349,7 @@ public class TEmployeeContractInfoController {
contractInfo = new TEmployeeContractSearchVo();
}
contractInfo.setAuditStatus(CommonConstants.ONE_INT);
contractInfo.setMId(mId);
this.setAuth(contractInfo);
tEmployeeContractInfoService.exportAuditContractInfo(contractInfo, response);
}
......
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