he2802 2 år sedan
förälder
incheckning
06f6bf20c6

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -345,7 +345,7 @@
             AND u.realname like concat('%', #{realname}, '%')
         </if>
         <if test="telphone != null and telphone != ''">
-            AND u.telphone = #{idCard,typeHandler=com.zhongzheng.common.type.EncryptHandler}
+            AND u.telphone = #{telphone,typeHandler=com.zhongzheng.common.type.EncryptHandler}
         </if>
         <if test="idCard != null and idCard != ''">
             AND u.id_card = #{idCard,typeHandler=com.zhongzheng.common.type.EncryptHandler}