| | |
| | | @Resource |
| | | XlsReportService xlsReportService; |
| | | |
| | | @Resource |
| | | ScheduleConfig config; |
| | | |
| | | @Override |
| | | public void run(ApplicationArguments args) throws Exception { |
| | | CacheUtils.init(); |
| | |
| | | } |
| | | |
| | | private void test() { |
| | | //config.corpReserveDataSync(); |
| | | |
| | | //task.corpReserveDataSync(); |
| | | //warningAnalyseService.warningOperationStorage(cal.getTime()); |
| | | |
| | |
| | | </select> |
| | | |
| | | <update id="createTable" parameterType="java.lang.String"> |
| | | create table ${tablename} ( |
| | | create table ${tableName} ( |
| | | `id` varchar(10) not null comment '主键', |
| | | `x` int(3) null default null, |
| | | `y` int(3) null default null, |