Commit 743a1a18 by liyanlin

社保费也不需要总经办审核

parent 7d4c34fc
...@@ -154,7 +154,7 @@ public class GeneralManagerCheckState extends CostState { ...@@ -154,7 +154,7 @@ public class GeneralManagerCheckState extends CostState {
return true; return true;
} }
CostTypeDomain costTypeDomain = costTypeDao.selectByNo(costDomain.getTypeNo()); CostTypeDomain costTypeDomain = costTypeDao.selectByNo(costDomain.getTypeNo());
if (costTypeDomain.getTypeName().contains("工资") || costTypeDomain.getTypeName().contains("物流")) { if (costTypeDomain.getTypeName().contains("工资") || costTypeDomain.getTypeName().contains("物流")|| costTypeDomain.getTypeName().contains("社保费")) {
return true; return true;
} }
return false; return false;
......
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