提交 1a596c99 authored 作者: 吴德鹏's avatar 吴德鹏

轮播图加公告

上级 f7958213
......@@ -271,7 +271,7 @@
AND creator=#{creator}
</if>
<if test="name != null and name.trim() != ''">
AND item_name LIKE concat('%',#{name},'%') or item_id= #{name}
AND item_name LIKE concat('%',#{name},'%') or item_id= #{name} or supplier LIKE concat(#{name},'%')
</if>
<if test="code != null and code.trim() != ''">
AND item_code=#{code}
......
......@@ -2,7 +2,7 @@
#jdbc.username=root
#jdbc.password=root
jdbc.url=jdbc:mysql://47.106.242.175:3306/afrishop_test?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8
jdbc.url=jdbc:mysql://47.106.242.175:3306/chinafrica?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8
jdbc.username=root
jdbc.password=diaoyun666
......
......@@ -2,7 +2,7 @@
#jdbc.username=root
#jdbc.password=root
jdbc.url=jdbc:mysql://47.106.242.175:3306/afrishop_test?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8
jdbc.url=jdbc:mysql://47.106.242.175:3306/chinafrica?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8
jdbc.username=root
jdbc.password=diaoyun666
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论