Commit 543852d4 by 田超

Merge branch 'feature/1005485' into 'master'

feat: [1005485] 修复编辑端书刊查询

See merge request rays/pcloud-book!1412
parents 45106e09 6c86f854
......@@ -575,7 +575,7 @@
or
(
<foreach collection="nameList" close=" " separator=" and " open=" " item="item">
(B.BOOK_NAME LIKE CONCAT('%', '${item}', '%'))
(B.BOOK_NAME LIKE CONCAT('%', #{item}, '%'))
</foreach>
)
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment