|
@@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</where>
|
|
|
<!-- 数据范围过滤 -->
|
|
|
${params.dataScope}
|
|
|
- order by u.plan_id asc, u.plan_time asc
|
|
|
+ order by u.plan_id asc, u.plan_time asc, u.item_content asc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTBranchPlanItemByItemId" parameterType="Long" resultMap="TBranchPlanItemResult">
|