bug: 国内外政策排序问题修改

This commit is contained in:
wxyclub
2023-11-23 00:09:59 +08:00
parent 147712b75c
commit 6065017dff
2 changed files with 4 additions and 1 deletions
@@ -103,6 +103,9 @@ public class SarLawsStandInfoController extends BaseController<SarLawsStandInfo>
break;
}
}
} else {
page.setOrderByA("SAR_LAWS_STAND_INFO.LAWS_NAME");
page.setOrder1("asc");
}
@@ -466,7 +466,7 @@
</when>
<otherwise>
<if test='orderByA != null and orderByA != "" and order1 != null and order1 != ""'>
${orderByA} ${order1},
${orderByA} is null desc, ${orderByA} ${order1},
</if>
</otherwise>
</choose>