张晓波
2023-10-18 01a3add609a65cfe5c066ebc743ea6308d32a053
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>