完成向上级联->选择通道-001

This commit is contained in:
panlinlin
2021-01-08 11:02:53 +08:00
parent 397e0c4a27
commit 0020402685
4 changed files with 17 additions and 30 deletions

View File

@@ -45,7 +45,6 @@ public interface ParentPlatformMapper {
@Delete("DELETE FROM parent_platform WHERE deviceGBId=#{deviceGBId}")
int delParentPlatform(ParentPlatform parentPlatform);
@Select("SELECT * FROM parent_platform")
List<ParentPlatform> getParentPlatformList();