Commit 69b4c718 authored by yanzg's avatar yanzg

压缩视频

parent 93546193
......@@ -171,7 +171,7 @@ public abstract class SqlCondBase<T extends SqlCondBase> implements SqlCond<T> {
@Override
public boolean equals(Object to) {
if (to != null && to.getClass() == this.getClass()) {
this.equalsExecute((T) to);
return this.equalsExecute((T) to);
}
return super.equals(to);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment