Просмотр исходного кода

修改家长访客配置展示接口

liu 2 лет назад
Родитель
Сommit
6a6e0935ab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/template/SmartVisitorParentsConfigMapper.xml

+ 1 - 1
src/main/resources/mapper/template/SmartVisitorParentsConfigMapper.xml

@@ -25,7 +25,7 @@
             and svpc.class_id = #{classId}
             and svpc.class_id = #{classId}
         </if>
         </if>
         <if test="gradeId != null and gradeId != '' and gradeId != 0 ">
         <if test="gradeId != null and gradeId != '' and gradeId != 0 ">
-            and sc.gradeId=#{gradeId}
+            and sc.grade_id=#{gradeId}
         </if>
         </if>
     </select>
     </select>