Browse Source

配置变更

liuqq 6 years ago
parent
commit
3263bb0a3f

+ 2 - 2
config-server/src/main/resources/shared/data-service-local.yml

@@ -15,6 +15,6 @@ spring:
     host: localhost
     port: 5672
     username: lantone
-    password: guest
-    publisher-confirms: lantone
+    password: lantone
+    publisher-confirms: true
     virtual-host: /

+ 1 - 1
tran-service/src/main/java/com/diagbot/vo/PushVO.java

@@ -8,7 +8,7 @@ import lombok.Setter;
 @Setter
 public class PushVO extends PushJoinVO {
 	private String code;
-	private String hosCode;
+	//private String hosCode;
 	private String hospitalDeptCopde;
 	private String doctorCode;
 	private String inquiryCode;

+ 1 - 1
tran-service/src/main/java/com/diagbot/web/PushController.java

@@ -14,7 +14,7 @@ import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 
 @RestController
-@RequestMapping("/pushdataService")
+@RequestMapping("/push")
 @Api(value = "HIS接口对接", tags = { "HIS接口对接" })
 @SuppressWarnings("unchecked")
 public class PushController {