smartor/src/main/resources/mapper/smartor/SysUserMapper.xml
@@ -136,8 +136,8 @@ <if test="title != null and title != ''"> AND u.title = #{title} </if> <if test="job_phone != null and job_phone != ''"> AND u.job_phone = #{job_phone} <if test="jobPhone != null and jobPhone != ''"> AND u.job_phone = #{jobPhone} </if> <if test="birthday != null and birthday != ''"> AND u.birthday = #{birthday}