From af75ed87135a0f349886197a8233fb97ad5d92ce Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期六, 22 二月 2025 14:07:37 +0800
Subject: [PATCH] 新增修改,项目名项目码唯一验证
---
business/src/main/resources/mapper/ProjectInfoWinUnitMapper.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/business/src/main/resources/mapper/ProjectInfoWinUnitMapper.xml b/business/src/main/resources/mapper/ProjectInfoWinUnitMapper.xml
index c14da99..559adc5 100644
--- a/business/src/main/resources/mapper/ProjectInfoWinUnitMapper.xml
+++ b/business/src/main/resources/mapper/ProjectInfoWinUnitMapper.xml
@@ -8,6 +8,8 @@
<result column="win_unit" property="winUnit" />
<result column="contacts" property="contacts" />
<result column="phone" property="phone" />
+ <result column="win_time" property="winTime" />
+ <result column="win_amount" property="winAmount" />
</resultMap>
@@ -19,6 +21,9 @@
<select id="getById" resultMap="BaseResultMap">
SELECT
TPIWU.project_info_id,
+ TPIWU.win_time,
+ TPIWU.win_amount,
+ TPIWU.project_info_id,
TPIWU.win_unit,
TPIWU.contacts,
TPIWU.phone,
--
Gitblit v1.8.0