|
@@ -124,6 +124,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</if>
|
|
</if>
|
|
|
<!-- 数据范围过滤 -->
|
|
<!-- 数据范围过滤 -->
|
|
|
${params.dataScope}
|
|
${params.dataScope}
|
|
|
|
|
+ order by
|
|
|
|
|
+ <if test="projectQuantitySort ==null and durationSort ==null">
|
|
|
|
|
+ u.project_quantity
|
|
|
|
|
+ </if>
|
|
|
<if test="projectQuantitySort !=null and durationSort !=null">
|
|
<if test="projectQuantitySort !=null and durationSort !=null">
|
|
|
u.project_quantity
|
|
u.project_quantity
|
|
|
<if test="projectQuantitySort==1">
|
|
<if test="projectQuantitySort==1">
|