| | |
| | | <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> |
| | | |
| | | |
| | |
| | | TP.remark, |
| | | TP.create_time, |
| | | TP.update_time, |
| | | TP.id |
| | | TP.id, |
| | | TP.parent_id, |
| | | TP.sub_platform_name |
| | | FROM |
| | | t_platform TP |
| | | WHERE |
| | | TP.deleted = 0 |
| | | <if test="query.keyword != null and query.keyword != ''"> |
| | | AND (TP.platform_name like concat('%', #{query.keyword}, '%') or TP.platform_ip like concat('%', #{query.keyword}, '%')) |
| | | </if> |
| | | </select> |
| | | |
| | | </mapper> |