|
@@ -196,7 +196,7 @@ public class ModuleInfoFacade extends ModuleInfoServiceImpl {
|
|
|
//获取模板类型名称
|
|
|
QueryWrapper<DictionaryInfo> dictionaryInfoQueryWrapper = new QueryWrapper<>();
|
|
|
dictionaryInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
- .eq("group_type", 1)
|
|
|
+ .eq("group_type", 4)
|
|
|
.eq("return_type", 1)
|
|
|
.orderByDesc("order_no");
|
|
|
List<DictionaryInfo> dictionaryInfoList = dictionaryFacade.list(dictionaryInfoQueryWrapper);
|