Commit cb533c72 by liyanlin

小程序接口总经办审核问题修复

parent a4eca77d
......@@ -94,6 +94,11 @@ public class AppCostServiceImpl implements AppCostService {
costContext = new CostContext(costNo, oaUserId);
costContext.setCostState(costState);
return costContext;
case CostDomain.STATUS_MANAGER_CHECK:
costState = SpringContextUtil.getBean(GeneralManagerCheckState.class);
costContext = new CostContext(costNo, oaUserId);
costContext.setCostState(costState);
return costContext;
default:
throw new BizRuntimeException("invalid cost status");
}
......
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