From 8fec9579ae4adb4f7f53440933908c90eea33b20 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 19 二月 2025 15:35:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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