BJ_ZTEITS-Developers
/
zteits-oa
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ade7aaae69ccfacf2e8d99c73ffc1452bfecfbc8
Authored by
王富生
2018-08-01 18:30:05 +0800
1 parent
33225946
提交模糊查询
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/mybatis/smapper/AsraDailySmapper.xml
src/main/resources/mybatis/smapper/AsraDailySmapper.xml
View file @
ade7aaa
...
...
@@ -56,7 +56,7 @@
56
56
and a.project_id=#{projectId}
57
57
</if>
58
58
<if test="opName != null and opName !=''">
59
- and a.asar_op_name
=#{opName}
59
+ and a.asar_op_name
like CONCAT('%',#{opName},'%')
60
60
</if>
61
61
GROUP BY
62
62
a.project_id,
...
...