Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
data-acquisition
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
竹天卫
data-acquisition
Commits
0ac8c249
Commit
0ac8c249
authored
Jun 16, 2021
by
罗贤顺
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.203.232.171:8888/zhutianwei/data-acquisition
parents
e80adf63
6e139c32
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
DataStatisticsMapper.xml
.../acquisition/business/mapper/xml/DataStatisticsMapper.xml
+4
-8
acquisition-business.kotlin_module
...arget/classes/META-INF/acquisition-business.kotlin_module
+0
-0
No files found.
acquisition-business/src/main/java/cn/wise/sc/acquisition/business/mapper/xml/DataStatisticsMapper.xml
View file @
0ac8c249
...
...
@@ -15,7 +15,8 @@
<if
test=
"params.endDate != null and params.endDate != ''"
>
and Convert(varchar(10),tw.Rq,120)
<![CDATA[ <= ]]>
#{params.endDate}
</if>
<if
test=
"params.startDate == null and params.endDate == null"
>
<if
test=
"(params.startDate == null or params.startDate == '')
and (params.endDate == null or params.endDate == '')"
>
and datediff(week, tw.Rq,getdate())=0
</if>
group by Convert(varchar(10),tw.Rq,120)
...
...
@@ -36,17 +37,12 @@
<if
test=
"params.endDate != null and params.endDate != ''"
>
and Convert(varchar(10),tw.Rq,120)
<![CDATA[ <= ]]>
#{params.endDate}
</if>
<if
test=
"params.startDate == null and params.endDate == null"
>
<if
test=
"(params.startDate == null or params.startDate == '')
and (params.endDate == null or params.endDate == '')"
>
and datediff(week, tw.Rq,getdate())=0
</if>
</select>
</mapper>
acquisition-business/target/classes/META-INF/acquisition-business.kotlin_module
deleted
100644 → 0
View file @
e80adf63
File deleted
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