Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
entrance_api
Project
Project
Details
Activity
Releases
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
王琮
entrance_api
Commits
d8eee78f
Commit
d8eee78f
authored
Jan 01, 2023
by
罗可心
😕
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/import' into import
parents
221f0de7
599dd2fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DoorDeviceInfoMapper.xml
src/main/resources/mapper/DoorDeviceInfoMapper.xml
+3
-3
No files found.
src/main/resources/mapper/DoorDeviceInfoMapper.xml
View file @
d8eee78f
...
...
@@ -39,10 +39,10 @@
and ddi.device_address = #{entity.deviceAddress}
</if>
<if
test=
"entity.dataType !=null and entity.dataType != '' "
>
and d
di
.data_type = #{entity.dataType}
and d
rd
.data_type = #{entity.dataType}
</if>
<if
test=
"entity.abnormal !=null and entity.abnormal != '' "
>
and d
di
.abnormal = #{entity.abnormal}
and d
rd
.abnormal = #{entity.abnormal}
</if>
<if
test=
"entity.px == '1'.toString() "
>
<!-- 排序-->
order BY ddi.create_date desc
...
...
@@ -68,4 +68,4 @@
where business_id = #{entity.businessId}
</update>
</mapper>
\ No newline at end of file
</mapper>
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