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