fix: 智聪记账管理,pos基础信息功能优化。
This commit is contained in:
@@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
</where>
|
</where>
|
||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
order by a.create_time desc
|
order by a.status asc,a.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectPosMachineById" parameterType="Long" resultMap="PosMachineResult">
|
<select id="selectPosMachineById" parameterType="Long" resultMap="PosMachineResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user