Преглед на файлове

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

liu преди 2 години
родител
ревизия
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}
         </if>
         <if test="gradeId != null and gradeId != '' and gradeId != 0 ">
-            and sc.gradeId=#{gradeId}
+            and sc.grade_id=#{gradeId}
         </if>
     </select>