From 5ea8ef80312e8c1d3365abe7106622d676def195 Mon Sep 17 00:00:00 2001
From: huangzhen <867127663@qq.com>
Date: 星期五, 30 九月 2022 16:41:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/resources/mybatis/tr/RiskCheckPointMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mybatis/tr/RiskCheckPointMapper.xml b/src/main/resources/mybatis/tr/RiskCheckPointMapper.xml
index 77bf9a2..06ba794 100644
--- a/src/main/resources/mybatis/tr/RiskCheckPointMapper.xml
+++ b/src/main/resources/mybatis/tr/RiskCheckPointMapper.xml
@@ -101,7 +101,6 @@
         <result property="planId"    column="plan_id"    />
         <result property="reviewUserId"    column="review_user_id"    />
         <result property="companyId"    column="company_id"    />
-
         <association property="evaluationUser"    column="evaluation_user_id" javaType="User" resultMap="evaluationUserResult" />
         <association property="reviewUser"    column="review_user_id" javaType="User" resultMap="reviewUserResult" />
         <association property="plan"    column="plan_id" javaType="RiskEvaluationPlan" resultMap="planResult" />

--
Gitblit v1.9.2