|
|
@ -234,4 +234,10 @@ public interface ChangeManagementMapper extends BaseMapper<ChangeRequestEntity>{ |
|
|
Integer countDocumentByStatus(@Param("tableName") String tableName, @Param("keyField") String keyField, |
|
|
Integer countDocumentByStatus(@Param("tableName") String tableName, @Param("keyField") String keyField, |
|
|
@Param("statusField") String statusField, @Param("approvedStatus") String approvedStatus, |
|
|
@Param("statusField") String statusField, @Param("approvedStatus") String approvedStatus, |
|
|
@Param("site") String site, @Param("docNo") String docNo); |
|
|
@Param("site") String site, @Param("docNo") String docNo); |
|
|
|
|
|
|
|
|
|
|
|
Integer countDocumentByStepId(@Param("tableName") String tableName, @Param("keyField") String keyField, |
|
|
|
|
|
@Param("site") String site, @Param("docNo") String docNo); |
|
|
|
|
|
|
|
|
|
|
|
Integer countApproverMatch(@Param("site") String site, @Param("docNo") String docNo, |
|
|
|
|
|
@Param("userName") String userName); |
|
|
} |
|
|
} |