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