|
|
|
|
@ -7,7 +7,8 @@
|
|
|
|
|
<select id="queryPage" resultType="com.biutag.supervision.pojo.vo.RpcApplyVo"> |
|
|
|
|
SELECT |
|
|
|
|
distinct a.rpc_id, |
|
|
|
|
a.number, |
|
|
|
|
a.number as caseNumber, |
|
|
|
|
a.case_name as caseName, |
|
|
|
|
a.happen_time as happenTime, |
|
|
|
|
a.case_category as caseCategory, |
|
|
|
|
a.fact_reason as factReason, |
|
|
|
|
@ -16,6 +17,7 @@
|
|
|
|
|
a.verified |
|
|
|
|
FROM |
|
|
|
|
rpc_apply_supervise a |
|
|
|
|
|
|
|
|
|
LEFT JOIN rpc_person p ON a.rpc_id = p.rpc_id |
|
|
|
|
${ew.getCustomSqlSegment} |
|
|
|
|
</select> |
|
|
|
|
|