yangdamao пре 1 дан
родитељ
комит
ae3494a22b

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