Commit 9ac01135 by liyanlin

fix

parent 448c42d3
...@@ -55,8 +55,6 @@ public class GeneralManagerCheckState extends CostState { ...@@ -55,8 +55,6 @@ public class GeneralManagerCheckState extends CostState {
} }
//小于1w的自动审核 //小于1w的自动审核
if (this.autoPass(costDomain)) { if (this.autoPass(costDomain)) {
//自动审核通过
if (this.autoCheck(costDomain)) {
costDomain.setCostStatus(CostDomain.STATUS_UN_PAY); costDomain.setCostStatus(CostDomain.STATUS_UN_PAY);
costDomain.setLastModifyDate(LocalDateTime.now()); costDomain.setLastModifyDate(LocalDateTime.now());
costDao.updateById(costDomain); costDao.updateById(costDomain);
...@@ -72,7 +70,7 @@ public class GeneralManagerCheckState extends CostState { ...@@ -72,7 +70,7 @@ public class GeneralManagerCheckState extends CostState {
//通知财务系统 //通知财务系统
costContext.costService.toFinancial(costDomain); costContext.costService.toFinancial(costDomain);
return; return;
}
} }
if (currentUserId != null) { if (currentUserId != null) {
//目前限定铭哥能审核 //目前限定铭哥能审核
......
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