|
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import com.lantone.report.dto.GetAppealReviewDTO;
|
|
import com.lantone.report.dto.GetAppealReviewDTO;
|
|
import com.lantone.report.dto.GetComplaintRecordDTO;
|
|
import com.lantone.report.dto.GetComplaintRecordDTO;
|
|
|
|
+import com.lantone.report.vo.GetAuditNumberVO;
|
|
import com.lantone.report.vo.GetComplaintRecordVO;
|
|
import com.lantone.report.vo.GetComplaintRecordVO;
|
|
import com.lantone.report.vo.GetAppealReviewVO;
|
|
import com.lantone.report.vo.GetAppealReviewVO;
|
|
import com.lantone.report.vo.ApprovedVo;
|
|
import com.lantone.report.vo.ApprovedVo;
|
|
@@ -39,4 +40,12 @@ public interface AppealExamineInfoMapper extends BaseMapper<AppealExamineInfo> {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
Boolean approved(@Param("approvedVo") ApprovedVo approvedVo);
|
|
Boolean approved(@Param("approvedVo") ApprovedVo approvedVo);
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 获取待审核数量
|
|
|
|
+ *
|
|
|
|
+ * @param getAuditNumberVO
|
|
|
|
+ * @return
|
|
|
|
+ */
|
|
|
|
+ Integer getAuditNumber(@Param("getAuditNumberVO") GetAuditNumberVO getAuditNumberVO);
|
|
}
|
|
}
|