| | |
| | | <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}, |
| | |
| | | </if> |
| | | <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> |
| | | |
| | |
| | | </select> |
| | | |
| | | <select id="queryUserFaceSingle" resultType="com.thhy.staff.modules.biz.face.entity.UserFaceVo"> |
| | | select user_id as userId,real_name as realName,sex,photo as templateImgUrl |
| | | select user_id as userId,real_name as realName,sex,photo |
| | | from sys_plat_user spu |
| | | where user_id = #{userId} |
| | | </select> |