Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
E
energyai_java
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
葛齐林
energyai_java
Commits
67bb17c4
Commit
67bb17c4
authored
Apr 15, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口调整
parent
9dd274da
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
DlswjInfoDayMapper.xml
...admin/src/main/resources/mapper/eq/DlswjInfoDayMapper.xml
+2
-2
FlrbInfoDayMapper.xml
...-admin/src/main/resources/mapper/eq/FlrbInfoDayMapper.xml
+2
-2
JfktgInfoDayMapper.xml
...admin/src/main/resources/mapper/eq/JfktgInfoDayMapper.xml
+2
-2
JfktpInfoDayMapper.xml
...admin/src/main/resources/mapper/eq/JfktpInfoDayMapper.xml
+2
-2
PfjInfoDayMapper.xml
...e-admin/src/main/resources/mapper/eq/PfjInfoDayMapper.xml
+2
-2
No files found.
microservice-admin/src/main/resources/mapper/eq/DlswjInfoDayMapper.xml
View file @
67bb17c4
...
...
@@ -50,7 +50,7 @@
and t.resource_id = #{params.resourceId}
</if>
<if
test=
"params.type == 2"
>
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"params.type == 3"
>
and DATE_FORMAT(t.create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
@@ -68,7 +68,7 @@
from dlswj_info_day
where 1=1
<if
test=
"type == 2"
>
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"type == 3"
>
and DATE_FORMAT(create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
microservice-admin/src/main/resources/mapper/eq/FlrbInfoDayMapper.xml
View file @
67bb17c4
...
...
@@ -50,7 +50,7 @@
and t.resource_id = #{params.resourceId}
</if>
<if
test=
"params.type == 2"
>
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"params.type == 3"
>
and DATE_FORMAT(t.create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
@@ -68,7 +68,7 @@
from flrb_info_day
where 1=1
<if
test=
"type == 2"
>
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"type == 3"
>
and DATE_FORMAT(create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
microservice-admin/src/main/resources/mapper/eq/JfktgInfoDayMapper.xml
View file @
67bb17c4
...
...
@@ -50,7 +50,7 @@
and t.resource_id = #{params.resourceId}
</if>
<if
test=
"params.type == 2"
>
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"params.type == 3"
>
and DATE_FORMAT(t.create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
@@ -68,7 +68,7 @@
from jfktg_info_day
where 1=1
<if
test=
"type == 2"
>
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"type == 3"
>
and DATE_FORMAT(create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
microservice-admin/src/main/resources/mapper/eq/JfktpInfoDayMapper.xml
View file @
67bb17c4
...
...
@@ -50,7 +50,7 @@
and t.resource_id = #{params.resourceId}
</if>
<if
test=
"params.type == 2"
>
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"params.type == 3"
>
and DATE_FORMAT(t.create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
@@ -68,7 +68,7 @@
from jfktp_info_day
where 1=1
<if
test=
"type == 2"
>
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"type == 3"
>
and DATE_FORMAT(create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
microservice-admin/src/main/resources/mapper/eq/PfjInfoDayMapper.xml
View file @
67bb17c4
...
...
@@ -50,7 +50,7 @@
and t.resource_id = #{params.resourceId}
</if>
<if
test=
"params.type == 2"
>
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(t.create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"params.type == 3"
>
and DATE_FORMAT(t.create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
@@ -68,7 +68,7 @@
from pfj_info_day
where 1=1
<if
test=
"type == 2"
>
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
;
and YEARWEEK(date_format(create_time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)
</if>
<if
test=
"type == 3"
>
and DATE_FORMAT(create_time, '%Y%m' ) = DATE_FORMAT( CURDATE( ) , '%Y%m' )
...
...
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