维护[报表列表接口],新增返回两个字段
This commit is contained in:
@@ -115,7 +115,8 @@
|
|||||||
<!-- </select>-->
|
<!-- </select>-->
|
||||||
|
|
||||||
<select id="list" parameterType="com.adc.da.report.vo.ReportQueryVo" resultType="com.adc.da.report.vo.ReportVo">
|
<select id="list" parameterType="com.adc.da.report.vo.ReportQueryVo" resultType="com.adc.da.report.vo.ReportVo">
|
||||||
SELECT t.id, t.year, t.name, t.keycontent, t.fileId, t.createDate, t.department, t.maincontent
|
SELECT t.id, t.year, t.name, t.keycontent, t.fileId, t.createDate, t.department, t.maincontent,
|
||||||
|
t.confidentialLevel, t.privacyLevel
|
||||||
FROM `tt_report_manage` AS t
|
FROM `tt_report_manage` AS t
|
||||||
INNER JOIN ts_report_label AS trl ON t.id = trl.report_id
|
INNER JOIN ts_report_label AS trl ON t.id = trl.report_id
|
||||||
WHERE 1 = 1
|
WHERE 1 = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user