【fix sonar】SysCategory文件

This commit is contained in:
梁琦涛
2023-03-10 15:24:22 +08:00
parent 1851c207af
commit 29762a0222
@@ -56,7 +56,6 @@ public class SysCategory implements Serializable,Comparable<SysCategory>{
// <0:当前对象比传入对象小。
// =0:当前对象等于传入对象。
// >0:当前对象比传入对象大。
// int s = this.code.length() - o.code.length();
return this.code.length() - o.code.length();
}
@Override