|
|
@@ -124,8 +124,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</if>
|
|
|
<!-- 数据范围过滤 -->
|
|
|
${params.dataScope}
|
|
|
+ order by job_number,
|
|
|
<if test="projectQuantitySort !=null and durationSort !=null">
|
|
|
- order by u.project_quantity
|
|
|
+ u.project_quantity
|
|
|
<if test="projectQuantitySort==1">
|
|
|
desc
|
|
|
</if>
|
|
|
@@ -135,14 +136,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="projectQuantitySort !=null and durationSort ==null">
|
|
|
- order by u.project_quantity
|
|
|
+ u.project_quantity
|
|
|
<if test="projectQuantitySort==1">
|
|
|
desc
|
|
|
</if>
|
|
|
|
|
|
</if>
|
|
|
<if test="projectQuantitySort ==null and durationSort !=null">
|
|
|
- order by
|
|
|
u.duration
|
|
|
<if test="durationSort==1">
|
|
|
desc
|