CX 5 months ago
parent
commit
94a9f40217
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/main/java/com/dashitech/migration/task/other/DictionaryTask.java

+ 12 - 0
src/main/java/com/dashitech/migration/task/other/DictionaryTask.java

@@ -60,9 +60,21 @@ public class DictionaryTask extends BaseTask {
60 60
         Map<Long, Long> idCache = new HashMap<>();
61 61
         mapper.setIdCache(idCache);
62 62
 
63
+        //知识库
64
+        idCache.put(71L, 20328L); //待审核
65
+        idCache.put(72L, 20329L); //已发布
66
+        idCache.put(73L, 20330L); //待整改
67
+        idCache.put(74L, 20331L); //已停用
68
+
69
+        //耗材消耗
70
+        idCache.put(1732L, 20475L);//消耗
71
+        idCache.put(1733L, 20476L);//撤销
72
+
63 73
         //公司分类
64 74
         idCache.put(1709L,20309L);
65 75
         idCache.put(1710L,20311L);
76
+
77
+        //性别
66 78
         idCache.put(279L,1609L);
67 79
         idCache.put(280L,1610L);
68 80