Commit d6e38f0f authored by yanzg's avatar yanzg

压缩视频

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