fix
This commit is contained in:
parent
0d2927a2ca
commit
9f185dd9a7
|
|
@ -109,10 +109,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="monthLeasePriceOrderBy != null and monthLeasePriceOrderBy == 'DESC'">
|
<if test="monthLeasePriceOrderBy != null and monthLeasePriceOrderBy == 'DESC'">
|
||||||
,d.month_lease_price DESC
|
,d.month_lease_price DESC
|
||||||
</if>
|
</if>
|
||||||
<if test="updateTime != null and monthLeasePriceOrderBy == 'ASC'">
|
<if test="updateTimeOrderBy != null and updateTimeOrderBy == 'ASC'">
|
||||||
,d.update_time
|
,d.update_time
|
||||||
</if>
|
</if>
|
||||||
<if test="updateTime != null and monthLeasePriceOrderBy == 'DESC'">
|
<if test="updateTimeOrderBy != null and updateTimeOrderBy == 'DESC'">
|
||||||
,d.update_time DESC
|
,d.update_time DESC
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue