Commit 25be8d44 authored by fangxinjiang's avatar fangxinjiang

项目档案减项限制

parent 483bc3a0
......@@ -398,7 +398,7 @@ public class TEmployeeProjectServiceImpl extends ServiceImpl<TEmployeeProjectMap
if (tEmployeeProject.getFundStatus() == CommonConstants.dingleDigitIntArray[1]) {
errorTemp.append("公积金未派减、");
}
if (tEmployeeProject.getFundStatus() == CommonConstants.dingleDigitIntArray[3]) {
if (tEmployeeProject.getFundStatus() == CommonConstants.dingleDigitIntArray[2]) {
errorTemp.append("公积金正常缴纳、");
}
// 未作废,在用 或 审核中
......
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