xiangpei
2024-08-24 25c0f523fccd89da32077f8f9b3da2a0d2502de2
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