Commit b0109f2d authored by yanzg's avatar yanzg

压缩视频

parent ac97711f
...@@ -606,7 +606,7 @@ public class TableStruct { ...@@ -606,7 +606,7 @@ public class TableStruct {
if (field == null) { if (field == null) {
// 添加新的条件 // 添加新的条件
sql.add(inputName, sqlWhere); sql.add(inputName, sqlWhere);
} else if (removeHistory) { } else if (field != null && removeHistory) {
// 删除历史条件 // 删除历史条件
sql.removeField(inputName); sql.removeField(inputName);
// 添加新的条件 // 添加新的条件
......
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