|
@@ -26,7 +26,7 @@ public class DictionaryFacade extends DictionaryInfoServiceImpl {
|
|
|
*/
|
|
|
public Map<Long, List<DictionaryInfo>> getList() {
|
|
|
List<DictionaryInfo> list = this.list(new QueryWrapper<DictionaryInfo>()
|
|
|
- .in("return_type", ListUtil.arrayToList(new Long[] { 1L }))
|
|
|
+ .in("return_type", ListUtil.arrayToList(new Integer[] {0, 1}))
|
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.orderByAsc("group_type", "order_no"));
|
|
|
return EntityUtil.makeEntityListMap(list, "groupType");
|