龚焕茏
2024-08-27 fca21112fb7ee51087c428297a008b0a7fd1c2a9
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>
@@ -44,7 +45,9 @@
            TP.remark,
            TP.create_time,
            TP.update_time,
            TP.id
            TP.id,
            TP.parent_id,
            TP.sub_platform_name
        FROM
            t_platform TP
        WHERE