|
|
@@ -157,7 +157,7 @@ public class KindInfo {
|
|
|
otherKind = new KindInfo();
|
|
|
otherKind.setId(-10L); //默认一个不会存在的id
|
|
|
otherKind.setIsLeaf((short) 1);
|
|
|
- otherKind.setNameCn("其他");
|
|
|
+ otherKind.setNameCn("其它");
|
|
|
otherKind.setLevel((short)1);
|
|
|
otherKind.setParentid(0L);
|
|
|
otherKind.setChildren(Collections.<KindInfo>emptySet());
|