he2802 2 年之前
父節點
當前提交
06f6bf20c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

+ 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}