逻辑修改

This commit is contained in:
MHW
2026-04-13 17:13:34 +08:00
parent 5f1ba38c6b
commit aefc2c688e
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ public interface PlatformMapper {
* @param id
* @return
*/
PlatformTree getPlatformByTreeId(Long id);
PlatformTree getPlatformByTreeId(Integer id);
/**
* 根据下属平台英文名获取中文名返回