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'">
|
||||
,d.month_lease_price DESC
|
||||
</if>
|
||||
<if test="updateTime != null and monthLeasePriceOrderBy == 'ASC'">
|
||||
<if test="updateTimeOrderBy != null and updateTimeOrderBy == 'ASC'">
|
||||
,d.update_time
|
||||
</if>
|
||||
<if test="updateTime != null and monthLeasePriceOrderBy == 'DESC'">
|
||||
<if test="updateTimeOrderBy != null and updateTimeOrderBy == 'DESC'">
|
||||
,d.update_time DESC
|
||||
</if>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue