Commit 07d7ca8e by liyanlin

fix

parent cb533c72
......@@ -129,11 +129,12 @@ public class FinalCheckState extends CostState {
return;
}
/*还是需要4k最终审的
if (costDomain.getProjectType() != null && costDomain.getProjectType().equalsIgnoreCase("DSP")) {
log.info("费用单:{}不需要最终审核审核,原因:该订单为DSP。最终审核人自动通过", costDomain.getCostNo());
this.autoPass();
return;
}
}*/
//需要自动审核
if (costTemplate.shouldFinalAutoCheck(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