wsl 2 years ago
parent
commit
cb49969c18

+ 1 - 1
server/svr-authentication/src/main/resources/bootstrap.yml

@ -1,6 +1,6 @@
spring:
  application:
    name: svr-authentication
    name: svr-authentication-wsl
  cloud:
    config:
      failFast: true

+ 1 - 1
svr/svr-base/src/main/resources/bootstrap.yml

@ -1,6 +1,6 @@
spring:
  application:
    name: svr-base
    name: svr-base-wsl
  cloud:
    config:
      failFast: true

+ 1 - 1
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/endpoint/patient/PatientEndpoint.java

@ -387,7 +387,7 @@ public class PatientEndpoint extends EnvelopRestEndpoint {
        }
    }
    @PostMapping(value = "getPatientWellReceived")
    @GetMapping(value = "getPatientWellReceived")
    @ApiOperation("获取居民好评数")
    public ObjEnvelop getPatientWellReceived(@ApiParam(name="patient" ,required = true)@RequestParam(value = "patient",required = true)String patient){

+ 1 - 1
svr/svr-cloud-care/src/main/resources/bootstrap.yml

@ -1,6 +1,6 @@
spring:
  application:
    name:  svr-cloud-care
    name:  svr-cloud-care-wsl
  cloud:
    config:
      failFast: true