Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
3a377098
Commit
3a377098
authored
Sep 04, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 基础信息维护-用户管理-燃气用户 大屏展示数据结构 接口封装。测试通过,待跟大屏联调。
parent
28cb93f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
TDetectorUserMapper.xml
.../src/main/resources/mapper/system/TDetectorUserMapper.xml
+5
-4
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TDetectorUserMapper.xml
View file @
3a377098
...
@@ -314,15 +314,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -314,15 +314,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
safetyDeviceInfo.f_iot_no as iotNo,
safetyDeviceInfo.f_iot_no as iotNo,
safetyDeviceInfo.f_device_name as deviceName,
safetyDeviceInfo.f_device_name as deviceName,
safetyDeviceInfo.f_detection_medium as detctionMedium,
safetyDeviceInfo.f_detection_medium as detctionMedium,
safetyDeviceInfo.f_device_install_time as deviceInstallTime,
safetyDeviceInfo.f_device_install_time as deviceInstallTime
'61' as iconType
FROM
FROM
t_detector_user dUser
t_detector_user dUser
LEFT JOIN t_user_manage_village userVillage ON dUser.f_village_id = userVillage.f_village_id
LEFT JOIN t_user_manage_village userVillage ON dUser.f_village_id = userVillage.f_village_id
LEFT JOIN t_gasuser_safety_device_info safetyDeviceInfo on safetyDeviceInfo.f_relation_gasUser_id = dUser.user_id
LEFT JOIN t_gasuser_safety_device_info safetyDeviceInfo on safetyDeviceInfo.f_relation_gasUser_id = dUser.user_id
LEFT JOIN t_county_level_region region ON region.f_id = userVillage.f_region
LEFT JOIN t_county_level_region region ON region.f_id = userVillage.f_region
WHERE
<where>
(safetyDeviceInfo.is_del = '0' or safetyDeviceInfo.is_del is null)
(safetyDeviceInfo.is_del = '0' or safetyDeviceInfo.is_del is null)
<if
test=
"userId != null and userId != ''"
>
and dUser.user_id = #{userId}
</if>
</where>
</select>
</select>
<select
id=
"getDetectorUserAlarmList"
resultType=
"Map"
>
<select
id=
"getDetectorUserAlarmList"
resultType=
"Map"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment