song 5 months ago
parent
commit
e38aa88778

+ 22 - 0
src/main/java/com/dashitech/migration/task/category/IncidentCategoryConfigTask.java

@@ -2,10 +2,15 @@ package com.dashitech.migration.task.category;
2 2
 
3 3
 import com.dashitech.migration.BaseTask;
4 4
 import com.dashitech.migration.core.FieldMapper;
5
+import com.dashitech.migration.task.other.DictionaryTask;
6
+import com.dashitech.migration.task.uc.GroupTask;
7
+import com.dashitech.migration.task.uc.HospitalTask;
8
+import com.dashitech.migration.task.uc.UserTask;
5 9
 import com.dashitech.migration.util.JdbcUtil;
6 10
 import org.apache.commons.collections.CollectionUtils;
7 11
 import org.apache.commons.logging.Log;
8 12
 import org.apache.commons.logging.LogFactory;
13
+import org.springframework.beans.factory.annotation.Autowired;
9 14
 import org.springframework.stereotype.Component;
10 15
 import org.springframework.transaction.annotation.Transactional;
11 16
 
@@ -20,6 +25,19 @@ import java.util.Map;
20 25
 public class IncidentCategoryConfigTask extends BaseTask {
21 26
 
22 27
     public static Log log = LogFactory.getLog(IncidentCategoryConfigTask.class);
28
+
29
+    @Autowired
30
+    private DictionaryTask dictionaryTask;
31
+
32
+    @Autowired
33
+    private GroupTask groupTask;
34
+
35
+    @Autowired
36
+    private UserTask userTask;
37
+
38
+    @Autowired
39
+    private HospitalTask hospitalTask;
40
+
23 41
     @Override
24 42
     @Transactional(rollbackFor = Exception.class)
25 43
     public void start() {
@@ -33,6 +51,10 @@ public class IncidentCategoryConfigTask extends BaseTask {
33 51
         FieldMapper mapper = new FieldMapper();
34 52
         if (CollectionUtils.isNotEmpty(categoryConfigList)) {
35 53
             mapper.addOperationAdd("score", getDicId(jdbcTemplateHsms,"incident_score","1"));
54
+            mapper.addOperationReplace("priority", dictionaryTask.loadCache().getIdCache());
55
+            mapper.addOperationReplace("duty_id", hospitalTask.loadCache().getIdCache());
56
+            mapper.addOperationReplace("group_id", groupTask.loadCache().getIdCache());
57
+            mapper.addOperationReplace("user_id", userTask.loadCache().getIdCache());
36 58
             mapper.trans2JdbcRow(categoryConfigList);
37 59
 
38 60
             JdbcUtil jdbcUtil = new JdbcUtil(jdbcTemplateHsms);

+ 3 - 1
src/main/java/com/dashitech/migration/task/incident/IncidentAssignManagerTask.java

@@ -50,7 +50,9 @@ public class IncidentAssignManagerTask extends BaseTask {
50 50
         mapper.addOperationUpdate("batch_no", "batch_id");
51 51
         mapper.addOperationUpdate("hos_id", "duty_id");
52 52
         mapper.addOperationReplace("duty_id", hospitalTask.loadCache().getIdCache());
53
-        mapper.addOperationReplace("dept_id", departmentTask.loadCache().getIdCache());
53
+        if ("xiangyang".equals(appName)) {
54
+            mapper.addOperationReplace("dept_id", departmentTask.loadCache().getIdCache());
55
+        }
54 56
         mapper.addOperationReplace("handle_user", userTask.loadCache().getIdCache());
55 57
         mapper.addOperationReplace("_group", groupTask.loadCache().getIdCache());
56 58
         mapper.trans2JdbcRow(list);

+ 88 - 8
src/main/java/com/dashitech/migration/task/other/DictionaryTask.java

@@ -40,16 +40,96 @@ public class DictionaryTask extends BaseTask {
40 40
     private FieldMapper loadXiangYangCache() {
41 41
         log.info(" *** 加载襄阳字典缓存 *** ");
42 42
         FieldMapper mapper = new FieldMapper();
43
-        Map<Long, Long> dicIdCache = new HashMap<>();
44
-        mapper.setIdCache(dicIdCache);
43
+        Map<Long, Long> idCache = new HashMap<>();
44
+        mapper.setIdCache(idCache);
45 45
         //知识库
46
-        dicIdCache.put(71L, 20404L); //待审核
47
-        dicIdCache.put(72L, 20405L); //已发布
48
-        dicIdCache.put(73L, 20406L); //待整改
49
-        dicIdCache.put(74L, 20407L); //已停用
46
+        idCache.put(71L, 20404L); //待审核
47
+        idCache.put(72L, 20405L); //已发布
48
+        idCache.put(73L, 20406L); //待整改
49
+        idCache.put(74L, 20407L); //已停用
50 50
         //耗材消耗
51
-        dicIdCache.put(1735L, 20557L);//消耗
52
-        dicIdCache.put(1736L, 20558L);//撤销
51
+        idCache.put(1735L, 20557L);//消耗
52
+        idCache.put(1736L, 20558L);//撤销
53
+        //公司分类
54
+        idCache.put(1709L,20240L);
55
+        idCache.put(1710L,20241L);
56
+        //性别
57
+        idCache.put(1609L,279L);
58
+        idCache.put(1610L,280L);
59
+
60
+        //事件-关闭代码
61
+        idCache.put(1572L,20501L);
62
+        idCache.put(1573L,20502L);
63
+        idCache.put(1575L,20503L);
64
+        idCache.put(1574L,20504L);
65
+        idCache.put(1576L,20504L);
66
+        idCache.put(1577L,20504L);
67
+
68
+        //事件-满意度
69
+        idCache.put(1578L,20496L);
70
+        idCache.put(1579L,20497L);
71
+        idCache.put(1580L,20498L);
72
+        idCache.put(1581L,20499L);
73
+        idCache.put(1582L,20500L);
74
+
75
+        //事件-优先级
76
+        idCache.put(1560L,5L);
77
+        idCache.put(1561L,4L);
78
+        idCache.put(1562L,3L);
79
+        idCache.put(1563L,2L);
80
+        idCache.put(1704L,1L);
81
+
82
+        //事件-incident_source
83
+        idCache.put(1547L,20484L);
84
+        idCache.put(1548L,20485L);
85
+        idCache.put(1549L,20486L);
86
+        idCache.put(1550L,20488L);
87
+        idCache.put(1551L,20487L);
88
+        idCache.put(1552L,20488L);
89
+        idCache.put(1700L,20488L);
90
+        idCache.put(1747L,20488L);
91
+
92
+        //事件-incident_status
93
+        idCache.put(1479L,20505L);
94
+        idCache.put(1543L,20506L);
95
+        idCache.put(1544L,20507L);
96
+        idCache.put(1545L,20508L);
97
+        idCache.put(1546L,20508L);
98
+        idCache.put(1674L,20509L);
99
+        idCache.put(1748L,20510L);
100
+        idCache.put(1749L,20511L);
101
+        idCache.put(1750L,20512L);
102
+
103
+        //事件-incident_handleresult
104
+        idCache.put(1568L,20483L);
105
+        idCache.put(1569L,20483L);
106
+        idCache.put(1570L,20483L);
107
+        idCache.put(1571L,20483L);
108
+
109
+        //事件-wxincident_degree
110
+        idCache.put(1598L,20496L);
111
+        idCache.put(1599L,20497L);
112
+        idCache.put(1600L,20498L);
113
+        idCache.put(1601L,20499L);
114
+        idCache.put(1602L,20500L);
115
+
116
+        //事件日志-incident_log_type
117
+        idCache.put(1736L,20517L);
118
+        idCache.put(1737L,20518L);
119
+        idCache.put(1738L,20519L);
120
+        idCache.put(1739L,20520L);
121
+        idCache.put(1740L,20521L);
122
+        idCache.put(1741L,20522L);
123
+        idCache.put(1742L,20523L);
124
+        idCache.put(1743L,20524L);
125
+        idCache.put(1744L,20525L);
126
+        idCache.put(1745L,20526L);
127
+        idCache.put(1751L,20527L);
128
+        idCache.put(1752L,20528L);
129
+        idCache.put(1753L,20529L);
130
+        idCache.put(1754L,20530L);
131
+        idCache.put(1755L,20531L);
132
+        idCache.put(1766L,20532L);
53 133
 
54 134
         return mapper;
55 135
     }

+ 17 - 15
src/main/java/com/dashitech/migration/task/uc/DepartmentTask.java

@@ -25,24 +25,26 @@ public class DepartmentTask extends BaseTask {
25 25
     @Override
26 26
     @Transactional(rollbackFor = Exception.class)
27 27
     public void start() {
28
-        log.info(" *** DepartmentTask start 开始 *** ");
29
-        StringBuffer sql = new StringBuffer("SELECT dept,CODE,parentId,email,delete_flag,address as _address,place_id as floor_id,area_id as building_id,pinyin,");
30
-        sql.append("branch_id as _hospital_id,dept_alias,input_code,phone as many_phone,qrcode,1 as flag,IF(phone is not null,SUBSTRING_INDEX(phone,',',1),null) as _phone ");
31
-        sql.append(" FROM itsm_uc_dept where id in (select distinct b.id from itsm_incident a join itsm_uc_dept b on a.dept = b.id where a.dept > 1204)");
32
-        List<Map<String, Object>> deptList = jdbcTemplateMdv2.queryForList(sql.toString());
28
+        if ("xiangyang".equals(appName)) {
29
+            log.info(" *** DepartmentTask start 开始 *** ");
30
+            StringBuffer sql = new StringBuffer("SELECT dept,CODE,parentId,email,delete_flag,address as _address,place_id as floor_id,area_id as building_id,pinyin,");
31
+            sql.append("branch_id as _hospital_id,dept_alias,input_code,phone as many_phone,qrcode,1 as flag,IF(phone is not null,SUBSTRING_INDEX(phone,',',1),null) as _phone ");
32
+            sql.append(" FROM itsm_uc_dept where id in (select distinct b.id from itsm_incident a join itsm_uc_dept b on a.dept = b.id where a.dept > 1204)");
33
+            List<Map<String, Object>> deptList = jdbcTemplateMdv2.queryForList(sql.toString());
33 34
 
34
-        FieldMapper mapper = new FieldMapper();
35
-        mapper.addOperationAdd("_type", getDicId(jdbcTemplateHsms, "dept_type", "other"));
36
-        mapper.trans2JdbcRow(deptList);
35
+            FieldMapper mapper = new FieldMapper();
36
+            mapper.addOperationAdd("_type", getDicId(jdbcTemplateHsms, "dept_type", "other"));
37
+            mapper.trans2JdbcRow(deptList);
37 38
 
38
-        FieldMapper deptMapper = this.loadCache();
39
-        RowsWrap rw = DataMigrationter.getRowsWrap(mapper,deptMapper);
40
-        JdbcUtil jdbcUtil = new JdbcUtil(jdbcTemplateHsms);
41
-        //科室只做更新 已有的科室不做处理
42
-        jdbcUtil.batchPageInsert("itsm_uc_dept", rw.getInsertRows());
39
+            FieldMapper deptMapper = this.loadCache();
40
+            RowsWrap rw = DataMigrationter.getRowsWrap(mapper,deptMapper);
41
+            JdbcUtil jdbcUtil = new JdbcUtil(jdbcTemplateHsms);
42
+            //科室只做更新 已有的科室不做处理
43
+            jdbcUtil.batchPageInsert("itsm_uc_dept", rw.getInsertRows());
43 44
 
44
-        mapper.clear();
45
-        deptMapper.clear();
45
+            mapper.clear();
46
+            deptMapper.clear();
47
+        }
46 48
     }
47 49
 
48 50
     @Override