|
@@ -329,7 +329,7 @@ public class ModuleInfoFacade extends ModuleInfoServiceImpl {
|
|
dictionaryInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
dictionaryInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
.eq("group_type", 1)
|
|
.eq("group_type", 1)
|
|
.eq("return_type", 1)
|
|
.eq("return_type", 1)
|
|
- .orderByDesc("order_no")
|
|
|
|
|
|
+ .orderByAsc("order_no")
|
|
.notIn("val",types);
|
|
.notIn("val",types);
|
|
List<DictionaryInfo> dictionaryInfoList = dictionaryFacade.list(dictionaryInfoQueryWrapper);
|
|
List<DictionaryInfo> dictionaryInfoList = dictionaryFacade.list(dictionaryInfoQueryWrapper);
|
|
List<GetModuleTypeDTO> getModuleTypeDTOS = new ArrayList<>();
|
|
List<GetModuleTypeDTO> getModuleTypeDTOS = new ArrayList<>();
|