xiangpei
2024-08-21 4a4692342a4ba22283d5e580d15b645f3be65da0
ycl-server/src/main/resources/mapper/zgyw/PlatformMapper.xml
@@ -10,6 +10,7 @@
        <result column="area" property="area" />
        <result column="create_time" property="createTime" />
        <result column="update_time" property="updateTime" />
        <result column="sub_platform_name" property="subPlatformName" />
    </resultMap>
@@ -45,7 +46,8 @@
            TP.create_time,
            TP.update_time,
            TP.id,
            TP.parent_id
            TP.parent_id,
            TP.sub_platform_name
        FROM
            t_platform TP
        WHERE