This commit is contained in:
yuqh 2024-07-31 19:00:27 +08:00
parent 2f32b3c0d8
commit 9b23c66998
1 changed files with 1 additions and 1 deletions

View File

@ -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格式 -->