Merge remote-tracking branch 'origin/dev_price' into 20231126-yw

20231126-yw
yuanwei 2 years ago
commit ba23b3e90e

@ -28,7 +28,7 @@ public class ThrProductTypeCotroller {
ThrProductTypeService thrProductTypeService; ThrProductTypeService thrProductTypeService;
@AuthRuleAnnotation("") @AuthRuleAnnotation("")
@GetMapping("/udiwms/thrsys/getHslbs") @GetMapping("/udiwms/thrsys/getThrProductType")
public BaseResponse getProductTypes(FilterThrProductTypeRequest filterThrProductTypeRequest, public BaseResponse getProductTypes(FilterThrProductTypeRequest filterThrProductTypeRequest,
BindingResult bindingResult) { BindingResult bindingResult) {

@ -15,7 +15,7 @@ spring:
redis: redis:
database: 8 database: 8
host: 127.0.0.1 host: 127.0.0.19991
port: 6379 port: 6379
# password: 123456 # password: 123456
timeout: 300 timeout: 300

Loading…
Cancel
Save