标签:hone img map ida 查询 需求 bat string 错误
public interface ShopMapper {
|
<select id="getShopByTitleContainSharp" resultMap="simpleResultMap" >
|
@Test
|
==> Preparing: select * from tb_shop where `shop_name` LIKE ? ==> Parameters: %黄人%(String) <== Columns: shop_id, owner_id, area_id, shop_category_id, shop_name, shop_desc, shop_addr, phone, shop_img, priority, create_time, last_edit_time, enable_status, advice <== Row: 28, 1, 2, 22, 小黄人主题奶茶店, 不接受预订,请直接来店里进行消费, 位于东苑2号, 13810524086, /upload/images/item/shop/28/2017092601041469991.png, 50, 2017-09-26 01:04:13, 2017-09-26 01:04:13, 1, null <== Total: 1 |
==> Preparing: select * from tb_shop where `shop_name` LIKE ? ==> Parameters: %黄人%(String) <== Columns: shop_id, owner_id, area_id, shop_category_id, shop_name, shop_desc, shop_addr, phone, shop_img, priority, create_time, last_edit_time, enable_status, advice <== Row: 28, 1, 2, 22, 小黄人主题奶茶店, 不接受预订,请直接来店里进行消费, 位于东苑2号, 13810524086, /upload/images/item/shop/28/2017092601041469991.png, 50, 2017-09-26 01:04:13, 2017-09-26 01:04:13, 1, null <== Total: 1 |
如果面对中文内容有错误谨记在连接url里面设置参数
jdbc:mysql://localhost:3306/oto?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8
|
标签:hone img map ida 查询 需求 bat string 错误
原文地址:https://www.cnblogs.com/litran/p/10543447.html