更新
1.添加分页接口返回案件id
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<!-- 连接委托表查询委托案件名称-->
|
||||
<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
|
||||
LEFT JOIN b_entrustment e ON eaa.entrust_id = e.id
|
||||
LEFT JOIN b_case_event ce ON ce.id = e.case_id
|
||||
|
||||
Reference in New Issue
Block a user