bug: 国内外政策排序问题修改
This commit is contained in:
+3
@@ -103,6 +103,9 @@ public class SarLawsStandInfoController extends BaseController<SarLawsStandInfo>
|
||||
break;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
page.setOrderByA("SAR_LAWS_STAND_INFO.LAWS_NAME");
|
||||
page.setOrder1("asc");
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user