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
8aee1bc6
Commit
8aee1bc6
authored
Mar 22, 2022
by
chenhao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://39.98.45.134:8090/moa/amos-boot-biz
into developer
parents
243da8f3
83001306
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
EquipmentSpecificAlarmMapper.xml
...rc/main/resources/mapper/EquipmentSpecificAlarmMapper.xml
+3
-6
No files found.
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificAlarmMapper.xml
View file @
8aee1bc6
...
@@ -916,12 +916,6 @@
...
@@ -916,12 +916,6 @@
AND date_format(wlesa.create_date,'%y-%m')=date_format(date_sub(curdate(), interval 1
AND date_format(wlesa.create_date,'%y-%m')=date_format(date_sub(curdate(), interval 1
month),'%y-%m')
<!--上月-->
month),'%y-%m')
<!--上月-->
</if>
</if>
<if
test=
'dto.startDate != null and dto.startDate != "" and dto.endDate != null and dto.endDate != ""'
>
AND DATE_FORMAT(wlesa.create_date, '%Y-%m-%d' )
<![CDATA[>=]]>
DATE_FORMAT(#{dto.startDate}, '%Y-%m-%d' )
AND DATE_FORMAT(wlesa.create_date, '%Y-%m-%d' )
<![CDATA[<=]]>
DATE_FORMAT(#{dto.endDate}, '%Y-%m-%d' )
</if>
<if
test=
"dto.isFirm == 'yes'"
>
<if
test=
"dto.isFirm == 'yes'"
>
and wlesal.confirm_type
<![CDATA[<>]]>
''
and wlesal.confirm_type
<![CDATA[<>]]>
''
</if>
</if>
...
@@ -954,6 +948,9 @@
...
@@ -954,6 +948,9 @@
<if
test=
"dto.fireEquipmentCode != null"
>
<if
test=
"dto.fireEquipmentCode != null"
>
and d.fireEquipmentCode like CONCAT('%', #{dto.fireEquipmentCode}, '%' )
and d.fireEquipmentCode like CONCAT('%', #{dto.fireEquipmentCode}, '%' )
</if>
</if>
<if
test=
'dto.startDate != null and dto.startDate != "" and dto.endDate != null and dto.endDate != ""'
>
DATE_FORMAT(d.createDate, '%Y-%m-%d' ) BETWEEN DATE_FORMAT(#{dto.startDate}, '%Y-%m-%d' ) and DATE_FORMAT(#{dto.endDate}, '%Y-%m-%d' )
</if>
</where>
</where>
ORDER BY
ORDER BY
d.createDate DESC
d.createDate DESC
...
...
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