/** 按类型查找 */
 @Override
 public List<Dictionary> selectByType(String type) {
   return dictionaryDao.selectByType(type);
 }