Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
chnmuseum-party
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
liqin
chnmuseum-party
Commits
9544ef36
Commit
9544ef36
authored
Apr 14, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.203.232.171:8888/lee/chnmuseum-party
into master
parents
94969947
a12a884c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TBoardStatisticController.java
...useum/party/web/controller/TBoardStatisticController.java
+1
-1
TBoxOperationMapper.xml
src/main/resources/mapper/TBoxOperationMapper.xml
+2
-2
No files found.
src/main/java/cn/wisenergy/chnmuseum/party/web/controller/TBoardStatisticController.java
View file @
9544ef36
...
...
@@ -243,7 +243,7 @@ public class TBoardStatisticController extends BaseController {
trend
.
setOrganCode
(
null
);
}
// 如果查询日志为空,则默认当月
if
(
StringUtils
.
isEmpty
(
trend
.
get
Play
Date
())){
if
(
StringUtils
.
isEmpty
(
trend
.
get
Begin
Date
())){
trend
.
setBeginDate
(
DateUtil
.
getCurrentDate
(
"yyyy"
)+
"01"
);
trend
.
setEndDate
(
DateUtil
.
getCurrentDate
(
"yyyyMM"
));
}
...
...
src/main/resources/mapper/TBoxOperationMapper.xml
View file @
9544ef36
...
...
@@ -80,8 +80,8 @@
<if
test=
"tBoxOperation.areaName != null and tBoxOperation.areaName != '' "
>
and b.area_id LIKE concat(#{tBoxOperation.areaName}, '%')
</if>
<if
test=
"tBoxOperation.org
Code != null and tBoxOperation.org
Code != '' "
>
and r.code LIKE concat(#{tBoxOperation.orgCode}, '%')
<if
test=
"tBoxOperation.org
anCode != null and tBoxOperation.organ
Code != '' "
>
and r.code LIKE concat(#{tBoxOperation.org
an
Code}, '%')
</if>
order by b.create_time desc
</select>
...
...
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