From 01a3add609a65cfe5c066ebc743ea6308d32a053 Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期三, 18 十月 2023 16:12:54 +0800 Subject: [PATCH] 苏州配置文件简化 --- 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