盘古云 PostgreSQL之数据库及对象管理
boolean isChinese = PinyinUtil.isChinese(keyword.charAt(0));
if(isChinese){
pageSearchVO.setFieldList(Arrays.asList("school","schoolFullName"));
}else{
pageSearchVO.setFieldList(Arrays.asList("school.pinyin","schoolFullName.pinyin"));
}