bug修改

This commit is contained in:
guo 2023-11-28 17:22:18 +08:00
parent bbb62e8ffc
commit de9e072491
2 changed files with 3 additions and 2 deletions

View File

@ -272,6 +272,9 @@ public class Project implements Serializable {
private String xiwonAppId;
@ApiModelProperty(value = "'携稳的appSecret'")
private String xiwonAppSecret;
@ApiModelProperty(value = "bim的Url")
private String bimUrl;
/**
* runde平台token
*/

View File

@ -44,7 +44,6 @@ import java.util.stream.Collectors;
**/
@Slf4j
@Component
@RestController
public class EnvironmentDevTask {
@Autowired
private EnvironmentDevMapper environmentDevMapper;
@ -137,7 +136,6 @@ public class EnvironmentDevTask {
*/
@SchedulerLock(name = "getEnvironmentDustData", lockAtMostFor = 1000 * 60 * 5, lockAtLeastFor = 1000 * 60 * 3)
@Scheduled(cron = "0 0/5 * * * ?")
@GetMapping("1122")
public void getEnvironmentDustData() {
log.info("获取扬尘数据(携稳)开始任务");
List<Project> projects = projectMapper.selectList(new LambdaQueryWrapper<Project>()