yangdamao 1 月之前
父節點
當前提交
ae3494a22b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

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

@@ -410,6 +410,9 @@
         <if test="realname != null and realname != ''">
             AND u.realname like concat('%', #{realname}, '%')
         </if>
+        <if test="sectionName != null and sectionName != ''">
+            AND cs.name like concat('%', #{sectionName}, '%')
+        </if>
         <if test="telphone != null and telphone != ''">
             AND u.telphone = #{telphone`,typeHandler=com.zhongzheng.common.type.EncryptHandler`}
         </if>