修改sql错误

This commit is contained in:
YY
2025-08-04 15:16:16 +08:00
parent 543bcd5ee4
commit f6922fa633
3 changed files with 4 additions and 3 deletions

View File

@ -61,7 +61,7 @@ public class CoscoAnnualreviewScoringController extends BaseController {
@GetMapping("test")
public BaseResponse test() {
annualScheduledTasksService.closeTask();
annualScheduledTasksService.checkTask();
return BaseResponse.success();
}
}

View File

@ -1,11 +1,12 @@
package com.chinaunicom.zyhy.ebtp.supplier.coscoAnnualreview.service;
import com.chinaunicom.zyhy.ebtp.supplier.coscoAnnualreview.vo.MessageAnnualreviewVo;
import com.chinaunicom.zyhy.ebtp.supplier.coscoEvaluate.vo.NoTaskVo;
import java.util.List;
public interface AnnualScheduledTasksService {
List<NoTaskVo> checkTask();
List<MessageAnnualreviewVo> closeTask();
}

View File

@ -188,7 +188,7 @@
cet.weight_dept,
cet.weight_value,
cet.status,
cet.category_path_name cet.del_flag, cet.create_by,
cet.category_path_name, cet.del_flag, cet.create_by,
cet.create_time,
cet.update_by,
cet.update_time,