Commit aec32bae authored by duanruiming's avatar duanruiming

[add] 海信临时方案下发

parent b4048f1b
...@@ -119,7 +119,7 @@ public class RedisConfig extends CachingConfigurerSupport { ...@@ -119,7 +119,7 @@ public class RedisConfig extends CachingConfigurerSupport {
@Bean @Bean
public Jedis jedis() { public Jedis jedis() {
Jedis jedis = new Jedis(redisHost, redisPort); Jedis jedis = new Jedis(redisHost, redisPort);
jedis.auth(password); jedis.auth("Wanji@300552");
return jedis; return jedis;
} }
......
...@@ -31,7 +31,7 @@ import java.util.stream.Collectors; ...@@ -31,7 +31,7 @@ import java.util.stream.Collectors;
* @date 2025/03/26 10:00 * @date 2025/03/26 10:00
* @description 每十分钟同步海信信号机方案环图请求 * @description 每十分钟同步海信信号机方案环图请求
*/ */
@Component //@Component
@Slf4j @Slf4j
@Profile("docker") @Profile("docker")
public class HisenseSchemeRingTask { public class HisenseSchemeRingTask {
......
...@@ -18,7 +18,7 @@ public class SchemePhaseGreenTimeOptVO { ...@@ -18,7 +18,7 @@ public class SchemePhaseGreenTimeOptVO {
@ApiModelProperty(name = "路口ID",notes = "") @ApiModelProperty(name = "路口ID",notes = "")
private String crossId; private String crossId;
@ApiModelProperty(name = "原方案ID",notes = "") @ApiModelProperty(name = "原方案ID",notes = "")
private Integer schemeId; private Integer schemeNo;
@ApiModelProperty(value = "优化模式 0-信控调优平台优化") @ApiModelProperty(value = "优化模式 0-信控调优平台优化")
private Integer optType; private Integer optType;
@ApiModelProperty(value = "周期") @ApiModelProperty(value = "周期")
......
...@@ -15,4 +15,4 @@ spring: ...@@ -15,4 +15,4 @@ spring:
password: Nacos@2025 password: Nacos@2025
inforsuite: inforsuite:
license-path: D:\\license license-path: /license
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment