Commit 3f2f7377 by huluobin

update

parent bf0ec5b0
...@@ -108,7 +108,7 @@ public class FinalCheckState extends CostState { ...@@ -108,7 +108,7 @@ public class FinalCheckState extends CostState {
throw new BizRuntimeException("current user no authority"); throw new BizRuntimeException("current user no authority");
} }
costContext.costService.resetCost(costDomain.getCostNo()); costContext.costService.reject(costDomain.getCostNo());
costLogService.save(costDomain.getCostNo(), currentUserId, "最终审核拒绝,理由:" + rejectReason, CostLogDomain.TYPE_UPDATE); costLogService.save(costDomain.getCostNo(), currentUserId, "最终审核拒绝,理由:" + rejectReason, CostLogDomain.TYPE_UPDATE);
......
...@@ -99,7 +99,7 @@ public class FinancialCheckState extends CostState { ...@@ -99,7 +99,7 @@ public class FinancialCheckState extends CostState {
throw new BizRuntimeException("current user no authority"); throw new BizRuntimeException("current user no authority");
} }
costContext.costService.resetCost(costDomain.getCostNo()); costContext.costService.reject(costDomain.getCostNo());
costLogService.save(costDomain.getCostNo(), currentUserId, "财务审核拒绝,理由:" + rejectReason, CostLogDomain.TYPE_UPDATE); costLogService.save(costDomain.getCostNo(), currentUserId, "财务审核拒绝,理由:" + rejectReason, CostLogDomain.TYPE_UPDATE);
......
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