|
@@ -436,7 +436,7 @@ public class CheckAndRepairController {
|
|
|
private final TransactionTemplate transactionTemplate;
|
|
|
@RequestMapping("/checkAndRepairExcelHtmlDefaultValue")
|
|
|
@ApiOperation("定时检测修复ExcelHtml")
|
|
|
- @Scheduled(cron = "00 00 01 * * ?")
|
|
|
+ //@Scheduled(cron = "00 00 01 * * ?")
|
|
|
public void checkAndRepairExcelHtmlDefaultValue() {
|
|
|
// String projectSql = "SELECT * from m_project_info WHERE is_deleted = 0 and id != 1904814720589430785";
|
|
|
String projectSql = "SELECT * from m_project_info WHERE is_deleted = 0 and id = 1630011899725201410";
|
|
@@ -738,7 +738,7 @@ public class CheckAndRepairController {
|
|
|
* 检查元素库的元素 根据key和html上的元素是否对应
|
|
|
*/
|
|
|
@GetMapping("/checkAndRepairElementAndHtml")
|
|
|
- @Scheduled(cron = "0 00 4 * * ?")
|
|
|
+ //@Scheduled(cron = "0 00 4 * * ?")
|
|
|
public void checkAndRepairElementAndHtml() throws Exception {
|
|
|
String sql=" select id,tab_en_name from m_table_info where is_deleted=0";
|
|
|
List<TableInfo> TableInfoList = jdbcTemplate.query(sql, new BeanPropertyRowMapper<>(TableInfo.class));
|