From 4ab167bd46cc342c08d3fad9cfa10baf02817114 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 20 八月 2024 17:17:25 +0800
Subject: [PATCH] 合同模板修改
---
ycl-server/src/main/resources/mapper/zgyw/PlatformMapper.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ycl-server/src/main/resources/mapper/zgyw/PlatformMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/PlatformMapper.xml
index 0d6e2c9..5102e2b 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/PlatformMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/PlatformMapper.xml
@@ -5,10 +5,9 @@
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
<resultMap id="BaseResultMap" type="com.ycl.platform.domain.vo.PlatformVO">
<result column="platform_name" property="platformName" />
- <result column="platform_contact" property="platformContact" />
- <result column="platform_contact_phone" property="platformContactPhone" />
<result column="status" property="status" />
<result column="remark" property="remark" />
+ <result column="area" property="area" />
<result column="create_time" property="createTime" />
<result column="update_time" property="updateTime" />
</resultMap>
@@ -22,10 +21,10 @@
<select id="getById" resultMap="BaseResultMap">
SELECT
TP.platform_name,
- TP.platform_contact,
- TP.platform_contact_phone,
+ TP.platform_ip,
TP.status,
TP.remark,
+ TP.area,
TP.create_time,
TP.update_time,
TP.id
@@ -39,13 +38,14 @@
<select id="getPage" resultMap="BaseResultMap">
SELECT
TP.platform_name,
- TP.platform_contact,
- TP.platform_contact_phone,
+ TP.platform_ip,
TP.status,
+ TP.area,
TP.remark,
TP.create_time,
TP.update_time,
- TP.id
+ TP.id,
+ TP.parent_id
FROM
t_platform TP
WHERE
--
Gitblit v1.8.0