xiangpei
2024-08-21 4082ee4d1cd2357771d7f844a57fe4932a1dd4c4
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