xiangpei
2024-08-20 053d17a73ec3dd7a2872cb42a963496f15983a5b
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