Commit 1728268a by Jbb

分页插件 失效

parent a36f5a0e
......@@ -16,7 +16,7 @@
<result column="count" property="count" jdbcType="TIMESTAMP"></result>
</resultMap>
<select id="selectLayers" parameterType="com.founder.commonutils.viewEntity.TbStLayer" resultMap="tbStLayer">
select * from tb_st_layer t1 where 1=1
select * from tb_st_layer t1 where 1=1 order by lrsj DESC
<if test="lrr!='' and lrr!=null">
and t1.lrr like CONCAT('%',#{lrr},'%')
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment