|
|
@ -28,7 +28,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- 连接委托表查询委托案件名称--> |
|
|
|
<!-- 连接委托表查询委托案件名称--> |
|
|
|
<sql id="getVOSQL"> |
|
|
|
<sql id="getVOSQL"> |
|
|
|
SELECT eaa.*, ce.case_name FROM |
|
|
|
SELECT eaa.*, ce.case_name, ce.id as case_id FROM |
|
|
|
b_entrust_alter_apply eaa |
|
|
|
b_entrust_alter_apply eaa |
|
|
|
LEFT JOIN b_entrustment e ON eaa.entrust_id = e.id |
|
|
|
LEFT JOIN b_entrustment e ON eaa.entrust_id = e.id |
|
|
|
LEFT JOIN b_case_event ce ON ce.id = e.case_id |
|
|
|
LEFT JOIN b_case_event ce ON ce.id = e.case_id |
|
|
|