摘要: Mapper接口文件中定义方法:List<DoctorInfoDTO> findDoctorInfoList(@Param("paramMap") Map<String,Object> paramMap);其中paramMap可传递各种类型参数,具体使用请看下方xml文件的查询条件部分 <if te 阅读全文
posted @ 2020-05-06 10:17 HalleyZ 阅读(1388) 评论(0) 推荐(0)
摘要: 项目中前台页面使用 的bootstrap-table插件,客户要求列宽可拖拽,研究了一下午终于搞定。 需要依赖另外两个扩展插件 colResizable-1.6.js bootstrap-table-resizable.js 页面文件引入顺序: <script th:src="@{/scripts/ 阅读全文
posted @ 2020-05-06 10:01 HalleyZ 阅读(1321) 评论(0) 推荐(0)