update个人完成率加排序修改
This commit is contained in:
+2
-2
@@ -881,7 +881,7 @@
|
||||
</if>
|
||||
<if test="principalPeopleSearch.column == 'finishRate' and principalPeopleSearch.order == 'desc'">
|
||||
order by
|
||||
substring_index(finishRate,'%',1) desc
|
||||
(substring_index(finishRate,'%',1) + 0) desc
|
||||
</if>
|
||||
<if test="principalPeopleSearch.column == 'confirmAmount' and principalPeopleSearch.order == 'asc'">
|
||||
order by confirmAmount
|
||||
@@ -897,7 +897,7 @@
|
||||
</if>
|
||||
<if test="principalPeopleSearch.column == 'finishRate' and principalPeopleSearch.order == 'asc'">
|
||||
order by
|
||||
substring_index(finishRate,'%',1)
|
||||
(substring_index(finishRate,'%',1) + 0)
|
||||
</if>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user