TASK:便利查询,查询所有用户id时根据用户身份限定查询范围
This commit is contained in:
@@ -105,7 +105,6 @@ public class GenerateTask {
|
||||
// 万相 -> pose transformation 补偿 一小时执行一次
|
||||
@Scheduled(fixedDelay = 5 * 60 * 1000)
|
||||
public void wxCompensationMechanism(){
|
||||
log.info("万相补偿机制开始执行");
|
||||
List<APIGenerate> apiGenerates = apiGenerateService.getPendingTaskByStatus("wx");
|
||||
if (apiGenerates != null && !apiGenerates.isEmpty()){
|
||||
for (APIGenerate apiGenerate : apiGenerates){
|
||||
|
||||
Reference in New Issue
Block a user