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>