Commit 6c86f854 by 吴博

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

parent 45106e09
...@@ -575,7 +575,7 @@ ...@@ -575,7 +575,7 @@
or or
( (
<foreach collection="nameList" close=" " separator=" and " open=" " item="item"> <foreach collection="nameList" close=" " separator=" and " open=" " item="item">
(B.BOOK_NAME LIKE CONCAT('%', '${item}', '%')) (B.BOOK_NAME LIKE CONCAT('%', #{item}, '%'))
</foreach> </foreach>
) )
</if> </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