这个hotelWxConfigServiceImpl 中 的list()方法是继承来的(我用Go To——》Implementation 看的),
default List<T> list() {
return this.list(Wrappers.emptyWrapper());
}
不知道为何执行了 HotelWxConfigDao.selectList,有大神能指导一下吗?
2021-02-20 09:01:31.436 DEBUG 9700 --- [ main] i.r.m.h.dao.HotelWxConfigDao.selectList : ==> Preparing: SELECT id,app_id,secret,mch_id,mch_key,seller_id,enabled,create_time,aes_key,token,key_path FROM t_hotel_wx_config

--
FROM 114.99.186.*