Commit 55d4990e authored by yanzg's avatar yanzg

导出Excel边框

parent 67bbd6f4
...@@ -39,7 +39,7 @@ public class MessageDaoImpl extends BaseDaoImpl implements MessageDao, Initializ ...@@ -39,7 +39,7 @@ public class MessageDaoImpl extends BaseDaoImpl implements MessageDao, Initializ
" KEY `IndexHandleTime` (`HandleTime`) " + " KEY `IndexHandleTime` (`HandleTime`) " +
") ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='队列消息表'"; ") ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='队列消息表'";
private static final String ALTER_TABLE_SQL = "ALTER TABLE queue_message " + private static final String ALTER_TABLE_SQL = "ALTER TABLE queue_message " +
"ADD`DedTimeType` int(11) NOT NULL DEFAULT '0' COMMENT '延迟方式:0-自动,1-私有,2-公有' AFTER `DedTime`"; "ADD `DedTimeType` int(11) NOT NULL DEFAULT '0' COMMENT '延迟方式:0-自动,1-私有,2-公有' AFTER `DedTime`";
@Override @Override
protected void init() { protected void init() {
......
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