|
|
@ -150,6 +150,8 @@ public class TpmMachineProjectServiceImpl extends ServiceImpl<TpmMachineProjectM |
|
|
if("审核中".equals(project.getEnSstatus())){ |
|
|
if("审核中".equals(project.getEnSstatus())){ |
|
|
// 审批规则 |
|
|
// 审批规则 |
|
|
authRuleService.getFormAuthRule("3",project.getSite(),project.getBuNo(),project.getProjectNo()); |
|
|
authRuleService.getFormAuthRule("3",project.getSite(),project.getBuNo(),project.getProjectNo()); |
|
|
|
|
|
}else{ |
|
|
|
|
|
throw new Exception("当前状态不为审核中"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|