Commit 2d582b06 by liyanlin

租金物业水电费和车辆使用费 不需要总经办审核

parent 59c8fbc1
......@@ -163,7 +163,9 @@ public class GeneralManagerCheckState extends CostState {
CostTypeDomain costTypeDomain = costTypeDao.selectByNo(costDomain.getTypeNo());
if (costTypeDomain.getTypeName().contains("工资") || costTypeDomain.getTypeName().contains("物流")
|| costTypeDomain.getTypeName().contains("社保费")
|| costTypeDomain.getTypeName().contains("公积金")) {
|| costTypeDomain.getTypeName().contains("公积金")
|| costTypeDomain.getTypeName().contains("租金物业水电费")
|| costTypeDomain.getTypeName().contains("车辆使用费")) {
return true;
}
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