高级搜索代码提交

This commit is contained in:
lilin 2026-01-08 17:10:28 +08:00
parent df7cb15775
commit dbe37388af

View File

@ -256,6 +256,7 @@ public class TsTaskServiceImpl extends ServiceImpl<TsTaskMapper, TsTask> impleme
FIELD_MAPPING.put("device_code", "device_code");
FIELD_MAPPING.put("test_describe", "test_describe");
FIELD_MAPPING.put("sensor_describe", "sensor_describe");
FIELD_MAPPING.put("custom1", "custom1");
}