Forráskód Böngészése

commit .gitignore

Jxing 6 éve
szülő
commit
0f4809d2ee

+ 1 - 1
src/main/java/com/sagacloud/route/processors/PeriodTask/StatisticsProcessor.java

@@ -32,7 +32,7 @@ public class StatisticsProcessor implements Processor {
         List<Map<String, Object>> propertyList = propertyData.getContent();
         List<Map<String, Object>> facilityList = facilityData.getContent();
         Map<String, VenderStatistics> venderStatisticsMap = new HashMap<>();
-        Map<String, Set<String>> contracts = new HashMap<>(); // 保险商统计供应合同数目使用
+        Map<String, Set<String>> contracts = new HashMap<>(); // 供应商统计供应合同数目使用
         Map<String, Set<String>> warranties = new HashMap<>(); // 保险商统计供应合同数目使用
         for(int i = 0; i < propertyList.size(); ++i){
             Map<String, Object> singleProperty = propertyList.get(i);

+ 45 - 1
src/main/resources/documentation.md

@@ -323,4 +323,48 @@ post体:
             }
         ],
         "resultMsg": ""
-    }
+    }
+    
+    
+# 推荐数据平台资产或设备
+    http://<host>:<port>/venders-dp/recommend?projectId=Pj110108****&secret=***
+    
+post体:
+
+    {
+        "limit":{                        // 可选
+            "skip":300,  // 跳过多少数据
+            "count":50   // 查询跳过300条数据之后的50条 (按照关联性相似度排名)
+        },
+        "criteria":{
+            "venderType":"supplier|insurer|maintainer",     // 必填, 当前推荐的厂商类型
+            "venderName":"***",                             // 必填, 当前推荐的厂商的名称
+        }
+    }
+
+返回:
+
+    {
+        "result": "success",
+        "content":[
+            {
+                "id":"****",                 //资产或设备id
+                "infos":{
+                    "EquipLocalName":"",               // 本地名称
+                    "EquipLocalId":"",               // 本地编码
+                    "Brand":"",                   // 品牌
+                    "Product":"",                 // 标牌名
+                    "Specification":"",           // 型号
+                    "MaintainDeadline":"",              // 合同截止日期
+                    "MaintainPeriod":100                   // 保养周期
+                }
+            },........
+        ],
+        "resultMsg": ""
+    }
+    
+
+
+
+
+    

+ 2 - 2
src/main/resources/test/config.properties

@@ -1,7 +1,7 @@
 dataPlatform.baseUrl=http4://192.168.100.225:8080/data-platform-3
-#venders.baseUrl=http4://192.168.100.225:8080/venders
+venders.baseUrl=http4://192.168.100.225:8080/venders
 
 
-venders.baseUrl=http://localhost:8080
+#venders.baseUrl=http://localhost:8080
 #venders.baseUrl=http://localhost:8080