add 确认到账来款排序

This commit is contained in:
lijiarao
2022-06-10 16:52:47 +08:00
parent ed95527709
commit f2a302ad85
@@ -189,6 +189,12 @@
<if test="payWorkingGroupSearch.column == 'billMoney' and payWorkingGroupSearch.order == 'desc'">
order by billMoney desc
</if>
<if test="payWorkingGroupSearch.column == 'confirmAmount' and payWorkingGroupSearch.order == 'desc'">
order by confirmAmount desc
</if>
<if test="payWorkingGroupSearch.column == 'confirmAmount' and payWorkingGroupSearch.order == 'asc'">
order by confirmAmount
</if>
<if test="payWorkingGroupSearch.column == 'allMoney' and payWorkingGroupSearch.order == 'asc'">
order by allMoney
</if>
@@ -421,6 +427,12 @@
<if test="allProjectStatisticsSearch.column == 'billMoney' and allProjectStatisticsSearch.order == 'desc'">
order by billMoney desc
</if>
<if test="allProjectStatisticsSearch.column == 'confirmAmount' and allProjectStatisticsSearch.order == 'desc'">
order by confirmAmount desc
</if>
<if test="allProjectStatisticsSearch.column == 'confirmAmount' and allProjectStatisticsSearch.order == 'asc'">
order by confirmAmount
</if>
<if test="allProjectStatisticsSearch.column == 'allMoney' and allProjectStatisticsSearch.order == 'asc'">
order by allMoney
</if>
@@ -1088,6 +1100,12 @@
<if test="principalPeopleSearch.column == 'billMoney' and principalPeopleSearch.order == 'desc'">
order by billMoney desc
</if>
<if test="payWorkingGroupSearch.column == 'confirmAmount' and payWorkingGroupSearch.order == 'desc'">
order by confirmAmount desc
</if>
<if test="payWorkingGroupSearch.column == 'confirmAmount' and payWorkingGroupSearch.order == 'asc'">
order by confirmAmount
</if>
<if test="principalPeopleSearch.column == 'allMoney' and principalPeopleSearch.order == 'asc'">
order by allMoney
</if>
@@ -1707,6 +1725,12 @@
<if test="companyComeMoneySearch.column == 'billMoney' and companyComeMoneySearch.order == 'desc'">
order by billMoney desc
</if>
<if test="companyComeMoneySearch.column == 'confirmAmount' and companyComeMoneySearch.order == 'desc'">
order by confirmAmount desc
</if>
<if test="companyComeMoneySearch.column == 'confirmAmount' and companyComeMoneySearch.order == 'asc'">
order by confirmAmount
</if>
<if test="companyComeMoneySearch.column == 'allMoney' and companyComeMoneySearch.order == 'asc'">
order by allMoney
</if>
@@ -1946,6 +1970,12 @@
<if test="CompanyComeMoneyDetailSearch.column == 'billMoney' and CompanyComeMoneyDetailSearch.order == 'desc'">
order by billMoney desc
</if>
<if test="CompanyComeMoneyDetailSearch.column == 'confirmAmount' and CompanyComeMoneyDetailSearch.order == 'desc'">
order by confirmAmount desc
</if>
<if test="CompanyComeMoneyDetailSearch.column == 'confirmAmount' and CompanyComeMoneyDetailSearch.order == 'asc'">
order by confirmAmount
</if>
<if test="CompanyComeMoneyDetailSearch.column == 'allMoney' and CompanyComeMoneyDetailSearch.order == 'asc'">
order by allMoney
</if>