This commit is contained in:
parent
2f32b3c0d8
commit
9b23c66998
|
@ -1005,9 +1005,9 @@ where id = #{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
and sts = 'Y'
|
and sts = 'Y'
|
||||||
|
order by sorts asc
|
||||||
<if test="size != null and size !='' ">limit #{size}</if>
|
<if test="size != null and size !='' ">limit #{size}</if>
|
||||||
</trim>
|
</trim>
|
||||||
order by sorts asc
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 分页查询列表 采用like格式 -->
|
<!-- 分页查询列表 采用like格式 -->
|
||||||
|
|
Loading…
Reference in New Issue