fix: 智聪记账管理,pos基础信息功能优化。

This commit is contained in:
tianyongbao
2025-04-14 12:47:20 +08:00
parent 97a2eb69e7
commit 9fd4c41875

View File

@@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
<!-- 数据范围过滤 -->
${params.dataScope}
order by a.create_time desc
order by a.status asc,a.create_time desc
</select>
<select id="selectPosMachineById" parameterType="Long" resultMap="PosMachineResult">