|
|
@@ -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();
|