Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
43d043ff
Commit
43d043ff
authored
Sep 21, 2022
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
离线巡检查询接口修改
parent
009cd87d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pointMapper.xml
...ystem-patrol/src/main/resources/db/mapper/pointMapper.xml
+2
-1
No files found.
amos-boot-system-patrol/src/main/resources/db/mapper/pointMapper.xml
View file @
43d043ff
...
@@ -934,7 +934,8 @@
...
@@ -934,7 +934,8 @@
LEFT JOIN s_department d on d.id = p.charge_dept_id -->
LEFT JOIN s_department d on d.id = p.charge_dept_id -->
WHERE p.is_delete = 0
WHERE p.is_delete = 0
AND p.offline = 1
AND p.offline = 1
<if
test=
"orgCode != null and orgCode != ''"
>
AND p.biz_org_code = #{orgCode}
</if>
AND ( select COUNT(p_point_inputitem.id) FROM p_point_inputitem where p_point_inputitem.point_id =p.id) >0
<if
test=
"orgCode != null and orgCode != ''"
>
AND p.biz_org_code LIKE concat("%", #{orgCode}, "%")
</if>
<if
test=
"startTime !=null and startTime != ''"
>
AND p.last_update_time
<![CDATA[>= ]]>
STR_TO_DATE(#{startTime}, '%Y-%m-%d')
</if>
<if
test=
"startTime !=null and startTime != ''"
>
AND p.last_update_time
<![CDATA[>= ]]>
STR_TO_DATE(#{startTime}, '%Y-%m-%d')
</if>
</select>
</select>
<select
id=
"getPoints"
resultType=
"Map"
>
<select
id=
"getPoints"
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