1.单位回显,时间范围查询等功能添加
2.干扰源和敏感供用户模板下载和批量导入 3.增加根据code进行树形字典筛选 3.全景展示技术监督接口新增
This commit is contained in:
@@ -9,12 +9,7 @@
|
||||
supervision_warning_leaflet.leaflet_no,
|
||||
supervision_warning_leaflet.problem_type,
|
||||
supervision_warning_leaflet.problem_id,
|
||||
(case problem_type
|
||||
when 1 then null
|
||||
when 2 then null
|
||||
when 3 then (select duty_Org_Id FROM supervision_user_complaint where id=problem_id)
|
||||
when 4 then (select dept_id FROM supervision_survey_test where id=problem_id)
|
||||
else null end ) as duty_Org_Id,
|
||||
supervision_warning_leaflet.dept_id as duty_Org_Id,
|
||||
supervision_warning_leaflet.leaflet_type,
|
||||
supervision_warning_leaflet.id,
|
||||
supervision_warning_leaflet.STATUS,
|
||||
@@ -38,12 +33,7 @@
|
||||
supervision_warning_leaflet.leaflet_no,
|
||||
supervision_warning_leaflet.problem_type,
|
||||
supervision_warning_leaflet.problem_id,
|
||||
(case problem_type
|
||||
when 1 then null
|
||||
when 2 then null
|
||||
when 3 then (select duty_Org_Id FROM supervision_user_complaint where id=problem_id)
|
||||
when 4 then (select dept_id FROM supervision_survey_test where id=problem_id)
|
||||
else null end ) as duty_Org_Id,
|
||||
supervision_warning_leaflet.dept_id as duty_Org_Id,
|
||||
supervision_warning_leaflet.leaflet_type,
|
||||
supervision_warning_leaflet.STATUS,
|
||||
supervision_warning_leaflet.id,
|
||||
|
||||
@@ -32,8 +32,7 @@
|
||||
|
||||
<select id="getPage" resultType="com.njcn.supervision.pojo.vo.problem.SupervisionUserComplaintVO">
|
||||
select
|
||||
*
|
||||
|
||||
*
|
||||
from supervision_user_complaint supervision_user_complaint WHERE ${ew.sqlSegment}
|
||||
</select>
|
||||
</mapper>
|
||||
@@ -46,6 +46,7 @@
|
||||
supervision_user_report.voltage_level,
|
||||
supervision_user_report.project_name,
|
||||
supervision_user_report.evaluation_dept,
|
||||
supervision_user_report.data_type,
|
||||
supervision_user_report.evaluation_conclusion,
|
||||
supervision_user_report.process_instance_id,
|
||||
supervision_user_report.history_instance_id,
|
||||
|
||||
Reference in New Issue
Block a user