Commit a5b65fbc authored by yanzg's avatar yanzg

表结构修改

parent 420520a1
......@@ -655,7 +655,7 @@ public class TableStruct {
// 添加新的条件
sql.addPara(inputName, codeName, sqlWhere);
return WHERE_ADD;
} else if (field != null && removeHistory) {
} else if (removeHistory) {
// 删除历史条件
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