Commit bccd38c0 authored by yanzg's avatar yanzg

常规BUG的修改

parent b2037dc7
...@@ -515,7 +515,7 @@ public class TableStruct { ...@@ -515,7 +515,7 @@ public class TableStruct {
sql.addParaConst(field, DaoConst.WHERE_CODE, " AND a." + field + "=?"); sql.addParaConst(field, DaoConst.WHERE_CODE, " AND a." + field + "=?");
} }
if (getRemove() != null) { if (getRemove() != null) {
sql.addParaConst(DaoConst.REMOVE_FLAG_INPUT, DaoConst.WHERE_CODE, " AND a." + DaoConst.REMOVE_FLAG + "=0"); sql.addParaConst(DaoConst.REMOVE_FLAG_INPUT, DaoConst.WHERE_CODE, " AND a." + this.getRemove().name + "=0");
} }
sqlTableData.add(sql); sqlTableData.add(sql);
} }
......
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