diff --git a/src/main/java/com/glxp/api/controller/thrsys/ThrProductTypeCotroller.java b/src/main/java/com/glxp/api/controller/thrsys/ThrProductTypeCotroller.java index e377a0e07..e6b026b8b 100644 --- a/src/main/java/com/glxp/api/controller/thrsys/ThrProductTypeCotroller.java +++ b/src/main/java/com/glxp/api/controller/thrsys/ThrProductTypeCotroller.java @@ -28,7 +28,7 @@ public class ThrProductTypeCotroller { ThrProductTypeService thrProductTypeService; @AuthRuleAnnotation("") - @GetMapping("/udiwms/thrsys/getHslbs") + @GetMapping("/udiwms/thrsys/getThrProductType") public BaseResponse getProductTypes(FilterThrProductTypeRequest filterThrProductTypeRequest, BindingResult bindingResult) { diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index eff144325..6e1953e6f 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -15,7 +15,7 @@ spring: redis: database: 8 - host: 127.0.0.1 + host: 127.0.0.19991 port: 6379 # password: 123456 timeout: 300