2017-10-11 11:58:27.515 [http-nio-8080-exec-1] DEBUG cn.xrw84.o2o.dao.ShopDao.insertShop - ==> Preparing: INSERT INTO tb_shop(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) VALUES (?,?,?,?, ?,?,?,?,?, ?,?, ?,?)
2017-10-11 11:58:27.583 [http-nio-8080-exec-1] DEBUG cn.xrw84.o2o.dao.ShopDao.insertShop - ==> Parameters: 1(Long), 3(Integer), 2(Long), 333(String), 111(String), 333(String), 33(String), null, null, 2017-10-11 11:58:27.502(Timestamp), 2017-10-11 11:58:27.502(Timestamp), 0(Integer), null ,这边获取到的advice值是空的...