|
@@ -1,4 +1,5 @@
|
|
|
package com.ssj.utils;
|
|
|
+import com.ssj.bean.sys.sort.domain.Sort;
|
|
|
import net.sourceforge.pinyin4j.PinyinHelper;
|
|
|
|
|
|
import java.text.Collator;
|
|
@@ -76,7 +77,7 @@ public class SortByChineseUtil {
|
|
|
if(map.get(key) == null){
|
|
|
return key;
|
|
|
}else{
|
|
|
- return key + key;
|
|
|
+ return SortByChineseUtil.setMapKey(map, key + key.substring(0, 1));
|
|
|
}
|
|
|
|
|
|
}
|