Commit eab15ed2 by huluobin

update

parent 0be62102
...@@ -47,7 +47,7 @@ public class FinalCheckState extends CostState { ...@@ -47,7 +47,7 @@ public class FinalCheckState extends CostState {
if (!costTemplate.shouldFinalCheck(costDomain)) { if (!costTemplate.shouldFinalCheck(costDomain)) {
costDomain.setCostStatus(CostDomain.STATUS_UN_PAY); costDomain.setCostStatus(CostDomain.STATUS_UN_PAY);
costDao.updateById(costDomain); costDao.updateById(costDomain);
costLogService.saveByManage(costDomain.getCostNo(), "最终审核自动通过", null); costLogService.saveByManage(costDomain.getCostNo(), "最终审核自动通过", CostLogDomain.FINAL_AUTO_PASS);
//通知财务系统 //通知财务系统
costContext.costService.toFinancial(costDomain); costContext.costService.toFinancial(costDomain);
......
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