|
|
@@ -143,10 +143,10 @@
|
|
|
</if>
|
|
|
<if test="hwPlatformCompany.column != null">
|
|
|
<if test="hwPlatformCompany.order != null and hwPlatformCompany.order == 'desc'">
|
|
|
- ORDER BY #{hwPlatformCompany.column} DESC, paymentNumber DESC, a.id ASC
|
|
|
+ ORDER BY ${hwPlatformCompany.column} DESC, paymentNumber DESC, a.id ASC
|
|
|
</if>
|
|
|
<if test="hwPlatformCompany.order != null and hwPlatformCompany.order == 'asc'">
|
|
|
- ORDER BY #{hwPlatformCompany.column} ASC, paymentNumber DESC, a.id ASC
|
|
|
+ ORDER BY ${hwPlatformCompany.column} ASC, paymentNumber DESC, a.id ASC
|
|
|
</if>
|
|
|
</if>
|
|
|
</select>
|