瀏覽代碼

学生基本信息查询调整

dzx 1 周之前
父節點
當前提交
0b075e7862
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/student/BaseStudentMapper.xml

+ 1 - 1
src/main/resources/mapper/student/BaseStudentMapper.xml

@@ -93,7 +93,7 @@
                 and t4.id = #{dto.queryId}
             </if>
         </if>
-        <if test="dto.gradeId == null">
+        <if test="dto.gradeId != null">
             and t4.grade_id = #{dto.gradeId}
         </if>
         <if test="dto.order == null">