update个人完成率加排序2
This commit is contained in:
+8
-2
@@ -881,6 +881,10 @@
|
|||||||
<if test="principalPeopleSearch.column == 'confirmAmount' and principalPeopleSearch.order == 'desc'">
|
<if test="principalPeopleSearch.column == 'confirmAmount' and principalPeopleSearch.order == 'desc'">
|
||||||
order by confirmAmount desc
|
order by confirmAmount desc
|
||||||
</if>
|
</if>
|
||||||
|
<if test="principalPeopleSearch.column == 'finishRate' and principalPeopleSearch.order == 'desc'">
|
||||||
|
order by
|
||||||
|
substring_index(finishRate,'%',1) desc
|
||||||
|
</if>
|
||||||
<if test="principalPeopleSearch.column == 'confirmAmount' and principalPeopleSearch.order == 'asc'">
|
<if test="principalPeopleSearch.column == 'confirmAmount' and principalPeopleSearch.order == 'asc'">
|
||||||
order by confirmAmount
|
order by confirmAmount
|
||||||
</if>
|
</if>
|
||||||
@@ -893,9 +897,11 @@
|
|||||||
<if test="principalPeopleSearch.column == 'billMoney' and principalPeopleSearch.order == 'asc'">
|
<if test="principalPeopleSearch.column == 'billMoney' and principalPeopleSearch.order == 'asc'">
|
||||||
order by billMoney
|
order by billMoney
|
||||||
</if>
|
</if>
|
||||||
|
<if test="principalPeopleSearch.column == 'finishRate' and principalPeopleSearch.order == 'asc'">
|
||||||
|
order by
|
||||||
|
substring_index(finishRate,'%',1)
|
||||||
|
</if>
|
||||||
</if>
|
</if>
|
||||||
order by
|
|
||||||
substring_index(finishRate,'%',1) desc
|
|
||||||
</select>
|
</select>
|
||||||
<!--个人来款统计-->
|
<!--个人来款统计-->
|
||||||
<select id="queryPageListForPrincipal33" resultType="com.jero.statistics.entity.AllMoney">
|
<select id="queryPageListForPrincipal33" resultType="com.jero.statistics.entity.AllMoney">
|
||||||
|
|||||||
Reference in New Issue
Block a user