fix: 优化栖息地水温参数
This commit is contained in:
parent
1076d58f3a
commit
3fdf0da423
@ -1486,6 +1486,7 @@ public class FhHabitatServiceImpl implements FhHabitatService {
|
|||||||
case "id" -> "t.ID";
|
case "id" -> "t.ID";
|
||||||
case "stcd" -> "t.STCD";
|
case "stcd" -> "t.STCD";
|
||||||
case "dt" -> "t.DT";
|
case "dt" -> "t.DT";
|
||||||
|
case "DT" -> "t.DT";
|
||||||
case "wt" -> "t.WT";
|
case "wt" -> "t.WT";
|
||||||
default -> null;
|
default -> null;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user