fix: 优化栖息地水温参数

This commit is contained in:
tangwei 2026-06-11 14:19:53 +08:00
parent 1076d58f3a
commit 3fdf0da423

View File

@ -1486,6 +1486,7 @@ public class FhHabitatServiceImpl implements FhHabitatService {
case "id" -> "t.ID";
case "stcd" -> "t.STCD";
case "dt" -> "t.DT";
case "DT" -> "t.DT";
case "wt" -> "t.WT";
default -> null;
};