Commit f6515320 authored by yanzg's avatar yanzg

1.3版本修改,增加删除功能

parent 1bf8e4b6
......@@ -688,7 +688,7 @@ public class TableStruct {
// 设置删除标记可以通过前台传入
if (remove != null) {
sql.addParaConst(remove.inputName,
CODE_FIELD, String.format(CODE_UPDATE_FIELD_PARA, remove.name));
CODE_FIELD, String.format(CODE_UPDATE_FIELD_REMOVE, remove.name));
}
}
......
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