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
0f18777f
Commit
0f18777f
authored
May 07, 2021
by
jiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/tBoardStatistic/getBoardDistrictPageList=======》》》获取地区展板播统计 Mapper文件 SQL语句错误修改
parent
39f6986d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TBoardStatisticMapper.xml
src/main/resources/mapper/TBoardStatisticMapper.xml
+4
-4
No files found.
src/main/resources/mapper/TBoardStatisticMapper.xml
View file @
0f18777f
...
...
@@ -119,13 +119,13 @@
left join t_organ o on o.id = s.organ_id
<where>
<if
test=
"district.playDate != null and district.playDate.length() == 4"
>
left(s.play_date,4) = ${district.playDate}
and
left(s.play_date,4) = ${district.playDate}
</if>
<if
test=
"district.playDate != null and district.playDate.length() == 6"
>
left(s.play_date,6) = ${district.playDate}
and
left(s.play_date,6) = ${district.playDate}
</if>
<if
test=
"district.playDate != null and district.playDate.length() ==
6
"
>
s.play_date = ${district.playDate}
<if
test=
"district.playDate != null and district.playDate.length() ==
8
"
>
and
s.play_date = ${district.playDate}
</if>
<if
test=
"district.organCode != null"
>
and o.code LIKE concat(#{district.organCode}, '%')
...
...
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