- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 前台js取消分页
#前台js取消分页 var p = $('#data_grid').datagrid('getPager'); $(p).pagination({ beforePageText: '第', afterPageText: '页 共 {pages} 页', displayMsg: '当前显示 {from} - {to} 条记录 共 {total} 条记录', onBeforeRefresh: function () {
2020-12-16 11:26:16
436
1
原创 mybatis中like用法
mybatis中like用法在mapper.xml中like直接应用 在mapper.xml中like直接应用 <if test="sku != null"> and b.sku like '%'|| #{sku} || '%' </if> 注意如果前面where 加了<>,eg<where></where>,里面判断的内容有没有and 都没有关系,系统会自动去掉。 ...
2020-12-16 11:12:29
596
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人