|
|
@ -385,7 +385,7 @@ public class RequestManageServiceImpl extends ServiceImpl<RequestManageMapper, P |
|
|
// } catch (NumberFormatException e) { |
|
|
// } catch (NumberFormatException e) { |
|
|
// throw new RuntimeException("节点ID不能转为整数: " + inData.getNodeId(), e); |
|
|
// throw new RuntimeException("节点ID不能转为整数: " + inData.getNodeId(), e); |
|
|
// } |
|
|
// } |
|
|
List<ProcessFormVo> previousProcessList = requestManageMapper.getThePreviousProcessInfo(inData.getSite(), inData.getBu(), inData.getDocumentNo(), inData.getStepId() - 10); |
|
|
|
|
|
|
|
|
List<ProcessFormVo> previousProcessList = requestManageMapper.getThePreviousProcessInfo(inData.getSite(), inData.getBu(), inData.getDocumentNo(), inData.getStepId()); |
|
|
if (previousProcessList.isEmpty()) { |
|
|
if (previousProcessList.isEmpty()) { |
|
|
throw new RuntimeException("不存在上一个节点的流程流转信息!"); |
|
|
throw new RuntimeException("不存在上一个节点的流程流转信息!"); |
|
|
} |
|
|
} |
|
|
|