mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
fix: 【桌面版】api数据源全量更新-简单重复-更新记录为空
This commit is contained in:
@@ -126,7 +126,7 @@ public class DatasourceTaskServer {
|
||||
|
||||
public List<CoreDatasourceTaskDTO> taskWithTriggers(Long taskId) {
|
||||
QueryWrapper<CoreDatasourceTaskDTO> wrapper = new QueryWrapper<>();
|
||||
wrapper.eq("core_datasource_task.id", taskId);
|
||||
wrapper.eq("core_datasource_task.id", String.valueOf(taskId));
|
||||
return extDatasourceTaskMapper.taskWithTriggers(wrapper);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user