|
|
@ -176,4 +176,6 @@ public interface RequestManageMapper extends BaseMapper<PlmRequestHeaderEntity> |
|
|
List<ProcessFormVo> getProcessFlowInformation2(@Param("site") String site, @Param("workflowId") String workflowId, @Param("documentNo") String documentNo, @Param("workflowName") String workflowName, |
|
|
List<ProcessFormVo> getProcessFlowInformation2(@Param("site") String site, @Param("workflowId") String workflowId, @Param("documentNo") String documentNo, @Param("workflowName") String workflowName, |
|
|
@Param("nodeId") String nodeId, @Param("nodeName") String nodeName, @Param("createBy") String createBy, @Param("updateBy") String updateBy, |
|
|
@Param("nodeId") String nodeId, @Param("nodeName") String nodeName, @Param("createBy") String createBy, @Param("updateBy") String updateBy, |
|
|
@Param("documentType") String documentType, @Param("documentStatus") String documentStatus, @Param("page") int page, @Param("limit") int limit); |
|
|
@Param("documentType") String documentType, @Param("documentStatus") String documentStatus, @Param("page") int page, @Param("limit") int limit); |
|
|
|
|
|
|
|
|
|
|
|
void updateProcessInterventionFlag2(ProcessFormVo inData); |
|
|
} |
|
|
} |