From 858f10899cc7e6c35647a4a61f30f35e88af2407 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 09 十一月 2023 14:18:50 +0800 Subject: [PATCH] #规划分离核价归一 --- src/main/resources/mapper/PriOnline2Mapper.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/PriOnline2Mapper.xml b/src/main/resources/mapper/PriOnline2Mapper.xml index d1a7bd1..6a1cc3d 100644 --- a/src/main/resources/mapper/PriOnline2Mapper.xml +++ b/src/main/resources/mapper/PriOnline2Mapper.xml @@ -19,6 +19,11 @@ <result column="check_data" property="checkData" /> <result column="settle" property="settle" /> <result column="settle_size" property="settleSize" /> + <result column="assistant_plan_id" property="assistantPlanId" /> + <result column="host_plan_id" property="hostPlanId" /> + <result column="assistant_pri_id" property="assistantPriId" /> + <result column="host_pri_id" property="hostPriId" /> + <result column="assistant_host_sign" property="assistantHostSign" /> </resultMap> <!-- 鏌ヨ缁撴灉涓嶅寘鍚玡xcel鏁版嵁data锛屼互鍏嶇粨鏋滈泦杩囧ぇ --> @@ -36,6 +41,14 @@ <result column="update_time" property="updateTime" /> <result column="settle" property="settle" /> <result column="settle_size" property="settleSize" /> + <result column="assistant_plan_id" property="assistantPlanId" /> + <result column="host_plan_id" property="hostPlanId" /> + <result column="assistant_host_sign" property="assistantHostSign" /> + <result column="assistant_plan_id" property="assistantPlanId" /> + <result column="host_plan_id" property="hostPlanId" /> + <result column="assistant_pri_id" property="assistantPriId" /> + <result column="host_pri_id" property="hostPriId" /> + <result column="assistant_host_sign" property="assistantHostSign" /> </resultMap> <select id="listByPage" resultMap="NoDataResultMap"> -- Gitblit v1.9.1