|
@@ -32,9 +32,14 @@ public interface TBDingApplyMapper extends BaseMapper<TBDingApply> {
|
|
|
* @param endTime
|
|
|
* @param applyStartTime
|
|
|
* @param applyEndTime
|
|
|
+ * @param roleTypeEnum
|
|
|
* @return
|
|
|
*/
|
|
|
- IPage<DingApplyUnDoneResult> flowTaskUnDoneList(IPage<Map> iPage, @Param("serviceId") Long serviceId, @Param("name") String name, @Param("supplierId") Long supplierId, @Param("customName") String customName, @Param("startTime") Long startTime, @Param("endTime") Long endTime, @Param("applyStartTime") Long applyStartTime, @Param("applyEndTime") Long applyEndTime, @Param("dpr") DataPermissionDto dpr);
|
|
|
+ IPage<DingApplyUnDoneResult> flowTaskUnDoneList(IPage<Map> iPage, @Param("serviceId") Long serviceId,
|
|
|
+ @Param("name") String name, @Param("supplierId") Long supplierId, @Param("customName") String customName,
|
|
|
+ @Param("startTime") Long startTime, @Param("endTime") Long endTime,
|
|
|
+ @Param("applyStartTime") Long applyStartTime, @Param("applyEndTime") Long applyEndTime,
|
|
|
+ @Param("dpr") DataPermissionDto dpr, @Param("roleTypeEnum") String roleTypeEnum);
|
|
|
|
|
|
/**
|
|
|
* 异常已审核接口
|
|
@@ -49,7 +54,13 @@ public interface TBDingApplyMapper extends BaseMapper<TBDingApply> {
|
|
|
* @param endTime
|
|
|
* @param applyStartTime
|
|
|
* @param applyEndTime
|
|
|
+ * @param roleTypeEnum
|
|
|
* @return
|
|
|
*/
|
|
|
- IPage<DingApplyDoneResult> flowTaskDoneList(IPage<Map> iPage, @Param("serviceId") Long serviceId, @Param("name") String name, @Param("supplierId") Long supplierId, @Param("dingExceptionApprove") String dingExceptionApprove, @Param("customName") String customName, @Param("startTime") Long startTime, @Param("endTime") Long endTime, @Param("applyStartTime") Long applyStartTime, @Param("applyEndTime") Long applyEndTime, @Param("dpr") DataPermissionDto dpr);
|
|
|
+ IPage<DingApplyDoneResult> flowTaskDoneList(IPage<Map> iPage, @Param("serviceId") Long serviceId,
|
|
|
+ @Param("name") String name, @Param("supplierId") Long supplierId,
|
|
|
+ @Param("dingExceptionApprove") String dingExceptionApprove, @Param("customName") String customName,
|
|
|
+ @Param("startTime") Long startTime, @Param("endTime") Long endTime,
|
|
|
+ @Param("applyStartTime") Long applyStartTime, @Param("applyEndTime") Long applyEndTime,
|
|
|
+ @Param("dpr") DataPermissionDto dpr, @Param("roleTypeEnum") String roleTypeEnum);
|
|
|
}
|