|
@@ -22,7 +22,6 @@ public interface PerCfgIndicatorMapper extends BaseMapper<PerCfgIndicator> {
|
|
|
*
|
|
|
* @return {@link List}<{@link PerCfgIndicator}>
|
|
|
*/
|
|
|
- @Select("select * from pm_parse.per_cfg_indicator"
|
|
|
- + " order by indicator_id, indicator_type, indicator_cn, indicator_en")
|
|
|
+ @Select("select * from pm_parse.per_cfg_indicator order by sort desc")
|
|
|
List<PerCfgIndicator> all();
|
|
|
}
|