| | |
| | | <result property="backUnit" column="backUnit"/> |
| | | <result property="reason" column="reason"/> |
| | | <result property="opinion" column="opinion"/> |
| | | <result property="auditTime" column="auditTime"/> |
| | | <result property="auditResult" column="auditResult"/> |
| | | </resultMap> |
| | | |
| | | <!-- 首页-待审核统计 --> |
| | |
| | | |
| | | <!-- 首页-待审核条件统计 --> |
| | | <select id="pageMyTaskReturnReview" resultMap="MyTaskApplyReviewResult"> |
| | | SELECT t1.case_task_id as ownerId, t1.case_id as caseId, |
| | | SELECT t1.case_task_id as ownerId, t1.case_id as caseId, t1.audit_time as auditTime, t1.audit_result_name as auditResult, |
| | | t1.return_time as turnaroundTime, t1.return_unit_name as organizingUnit, t1.return_content as reason, |
| | | t2.case_level as caseGrade, t2.canal_name as caseSource, concat(t2.case_type_first_name, '/' ,t2.case_type_name) as caseType, |
| | | concat(t2.plaintiffs, t2.pagents) as plaintiffs, concat(t2.defendants, t2.dagents) as defendants |