|
|
@@ -1473,7 +1473,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
@Override
|
|
|
public Object updateAssistExamine(Integer id, Integer status, String remarks,Integer evaluateType) {
|
|
|
PublicRelease use = publicReleaseMapper.selectById(id);
|
|
|
- if (use.getAssistProcess()!=2){
|
|
|
+ if (use.getAssistProcess()==0||use.getAssistProcess()>3){
|
|
|
throw new BusinessException("该公出不是待协单审核的公出。");
|
|
|
}
|
|
|
//通过审核主公出来辐射到协单公出
|