Răsfoiți Sursa

生成快照的默认地址替换

WuYi 14 ore în urmă
părinte
comite
ec25e75f68

+ 1 - 1
ibps-provider-root/modules/provider-platform/src/main/java/com/lc/ibps/mq/consumer/rabbit/RabbitSnapshotMessageQueueConsumer.java

@@ -80,7 +80,7 @@ public class RabbitSnapshotMessageQueueConsumer   {
                     String position = employeePo.getPositions().split(StringPool.COMMA)[0];
                     PartyEntityPo entityPo = partyEntityRepository.get(position);
                     String org = entityPo.getPath().split(StringPool.BACK_SLASH+StringPool.DOT)[0];
-                    String reportPath = "金通医学实验室管理系统/" + kzMap.get("bao_biao_lu_jing_");
+                    String reportPath = "金通17025管理平台/" + kzMap.get("bao_biao_lu_jing_");
                     reportPath = URLEncoder.encode(reportPath, "UTF-8");
                     String baseUrl = runqianServer + runqianBasePath + "/reportServlet?action=6&file=";
                     DefaultPartyUserPo user = new DefaultPartyUserPo();

+ 1 - 1
ibps-provider-root/modules/provider-platform/src/main/java/com/lc/ibps/platform/plan/job/ReplenishSnapshotJob.java

@@ -58,7 +58,7 @@ public class ReplenishSnapshotJob extends BaseJob2 {
                 String userName = map.get("user_name_").toString();
                 String account = map.get("account_").toString();
                 try{
-                    String reportPath = "金通医学实验室管理系统/" + map.get("bao_biao_lu_jing_");
+                    String reportPath = "金通17025管理平台/" + map.get("bao_biao_lu_jing_");
                     String baseUrl = runqianServer + runqianBasePath + "/reportServlet?action=6&file=";
                     reportPath = URLEncoder.encode(reportPath, "UTF-8");
                     String url = baseUrl + reportPath + "&print=1&srcType=file&paramString=id_%3D" + bizKey + "&org_=" + org;

+ 1 - 1
ibps-provider-root/modules/provider-platform/src/main/java/com/lc/ibps/platform/service/PatchService.java

@@ -222,7 +222,7 @@ public class PatchService {
                 String userName = map.get("user_name_").toString();
                 String account = map.get("account_").toString();
                 try{
-                    String reportPath = "金通医学实验室管理系统/" + map.get("bao_biao_lu_jing_");
+                    String reportPath = "金通17025管理平台/" + map.get("bao_biao_lu_jing_");
                     String baseUrl = runqianServer + runqianBasePath + "/reportServlet?action=6&file=";
                     reportPath = URLEncoder.encode(reportPath, "UTF-8");
                     String url = baseUrl + reportPath + "&print=1&srcType=file&paramString=id_%3D" + bizKey + "&org_=" + org;