@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
<!-- 数据范围过滤 -->
${params.dataScope}
+ order by u.dues_time asc
</select>
<select id="selectTBranchDuesByDuesId" parameterType="Long" resultMap="TBranchDuesResult">
@@ -31,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+ order by u.create_time asc
<select id="selectTBranchPlanByPlanId" parameterType="Long" resultMap="TBranchPlanResult">