From 06cf00b0833747429062890e247908a8e29d53c4 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期三, 18 十月 2023 17:07:44 +0800
Subject: [PATCH] 烟尘程序/TCP

---
 hd/pipe/StaffManage/src/main/resources/mapping/PlatUserMapper.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/hd/pipe/StaffManage/src/main/resources/mapping/PlatUserMapper.xml b/hd/pipe/StaffManage/src/main/resources/mapping/PlatUserMapper.xml
index bca8d0f..ef4ab34 100644
--- a/hd/pipe/StaffManage/src/main/resources/mapping/PlatUserMapper.xml
+++ b/hd/pipe/StaffManage/src/main/resources/mapping/PlatUserMapper.xml
@@ -736,6 +736,12 @@
             <if test="oriStr!=null and oriStr !=''">
                 ori_str,
             </if>
+            <if test="cmpType!=null and cmpType !=''">
+                cmp_type,
+            </if>
+            <if test="captureScore!=null and captureScore !=''">
+                capture_score,
+            </if>
         </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             #{id},
@@ -760,6 +766,12 @@
             <if test="oriStr!=null and oriStr !=''">
                 #{oriStr},
             </if>
+            <if test="cmpType!=null and cmpType !=''">
+                #{cmpType},
+            </if>
+            <if test="captureScore!=null and captureScore !=''">
+                #{captureScore},
+            </if>
         </trim>
 
     </insert>

--
Gitblit v1.9.3