Browse Source

修改其他为其它

hulh 8 years ago
parent
commit
9d62bb7096

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/product/kind/model/KindInfo.java

@@ -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());