src/main/resources/mapper/data/StyleMapper.xml
@@ -16,7 +16,7 @@ select count(*) from lf.sys_style <where> <if test="name != null"> tab like #{tab} name like #{name} </if> </where> </select> @@ -26,10 +26,10 @@ select * from lf.sys_style <where> <if test="name != null"> tab like #{tab} name like #{name} </if> </where> order by ns,tab,order_num order by id limit #{limit} offset #{offset} </select>