yangys
2024-03-31 53c8d3e3bd3596132b362f20e52aef380d493a84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
INSERT INTO jimu_report_data_source(id, name, report_id, code, remark, db_type, db_driver, db_url, db_username,
                                    db_password, create_by, create_time, update_by, update_time, connect_times)
VALUES ('1324261983692902402', 'jeewx', '1324261770294071296', null, null, 'MYSQL', 'com.mysql.jdbc.Driver',
        'jdbc:mysql://127.0.0.1:3306/jeewx-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', 'root',
        'root', 'jeecg', '2020-11-05 16:07:15.000000', null, '2020-11-05 16:07:15.000000', 0),
       ('26d21fe4f27920d2f56abc8d90a8e527', 'oracle', '1308645288868712448', null, null, 'ORACLE',
        'oracle.jdbc.OracleDriver', 'jdbc:oracle:thin:@192.168.1.199:1521:helowin', 'jeecgbootbpm', 'jeecg196283',
        'admin', '2021-01-05 19:26:24.000000', null, '2021-01-05 19:26:24.000000', 1),
       ('8f90daf47d15d35ca6cf420748b8b9ba', 'localhost', '1316944968992034816', null, null, 'MYSQL5.7',
        'com.mysql.cj.jdbc.Driver',
        'jdbc:mysql://127.0.0.1:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', 'root',
        'root', 'admin', '2021-01-13 14:34:00.000000', null, '2021-01-13 14:34:00.000000', 0);
 
 
INSERT INTO blade_menu(id, parent_id, code, name, alias, path, source, sort, category, action, is_open, remark,
                       is_deleted, belong_application, keep_alive)
VALUES (1546697707565289474, 0, 'report_center', '报表中心', 'report_center', '/statement',
        'iconfont saber-baobiaozhongxin', 9, 0,
        0, 1, '', 0, 'CPS', 1),
       (1544558280713900033, 1504290968008056833, 'jimu_report', '报表配置', 'jimu_report',
        '{{url}}/jmreport/list', '', 10, 1, 0, 2, '', 0, 'cps', 0),
       (1549332857541300226, 1546697707565289474, 'collection_analysis', '采集分析', 'collection_analysis',
        '/statement/collection-analysis', '', 0, 1, 0, 1, '', 0, 'CPS', 1),
       (1546725187219034114, 1549332857541300226, 'station_efficiency', '工位效率报表', 'station_efficiency',
        '/statement/collection-analysis/stationEfficiency', '', 0, 1, 0, 1, '', 0, 'CPS', 1),
       (1546729333162708994, 1549332857541300226, 'station_output', '工位产量报表', 'station_output',
        '/statement/collection-analysis/stationOutput', '', 2, 1, 0, 1, '', 0, 'CPS', 1),
       (1546730634030288898, 1549332857541300226, 'station_alarm', '工位报警报表', 'station_alarm',
        '/statement/collection-analysis/stationAlarm', '', 4, 1, 0, 1, '', 0, 'CPS', 1);