Commit 33dd75a6 authored by yanzg's avatar yanzg

压缩视频

parent 9c1eec54
......@@ -51,7 +51,7 @@ public abstract class SqlCondBase implements SqlCond {
String to = toField.toLowerCase().replaceAll("_", "");
fromFields.remove(to);
}
return !fromFields.isEmpty();
return fromFields.isEmpty();
}
/**
......
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