Commit aec32bae authored by duanruiming's avatar duanruiming

[add] 海信临时方案下发

parent b4048f1b
......@@ -119,7 +119,7 @@ public class RedisConfig extends CachingConfigurerSupport {
@Bean
public Jedis jedis() {
Jedis jedis = new Jedis(redisHost, redisPort);
jedis.auth(password);
jedis.auth("Wanji@300552");
return jedis;
}
......
......@@ -31,7 +31,7 @@ import java.util.stream.Collectors;
* @date 2025/03/26 10:00
* @description 每十分钟同步海信信号机方案环图请求
*/
@Component
//@Component
@Slf4j
@Profile("docker")
public class HisenseSchemeRingTask {
......
......@@ -18,7 +18,7 @@ public class SchemePhaseGreenTimeOptVO {
@ApiModelProperty(name = "路口ID",notes = "")
private String crossId;
@ApiModelProperty(name = "原方案ID",notes = "")
private Integer schemeId;
private Integer schemeNo;
@ApiModelProperty(value = "优化模式 0-信控调优平台优化")
private Integer optType;
@ApiModelProperty(value = "周期")
......
......@@ -15,4 +15,4 @@ spring:
password: Nacos@2025
inforsuite:
license-path: D:\\license
\ No newline at end of file
license-path: /license
\ 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