燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-29 86c142d95b6b215b047cbf538a140a480ef4ef3c
1
已修改2个文件
7 ■■■■ 文件已修改
src/main/java/com/yssh/config/InitConfig.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/SuYuanMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/yssh/config/InitConfig.java
@@ -37,6 +37,9 @@
    @Resource
    XlsReportService xlsReportService;
    @Resource
    ScheduleConfig config;
    @Override
    public void run(ApplicationArguments args) throws Exception {
        CacheUtils.init();
@@ -52,6 +55,8 @@
    }
    private void test() {
        //config.corpReserveDataSync();
        //task.corpReserveDataSync();
        //warningAnalyseService.warningOperationStorage(cal.getTime());
src/main/resources/mapper/SuYuanMapper.xml
@@ -217,7 +217,7 @@
    </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,