소스 검색

查询学校是否开启报名sql修改

fllmoyu 4 년 전
부모
커밋
70d14724c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      common/src/main/resources/mapper/base/SchoolInfo.xml

+ 1 - 0
common/src/main/resources/mapper/base/SchoolInfo.xml

@@ -175,6 +175,7 @@
         select * from base_school_info a
         where find_in_set(#{enrollmentType},a.enrollment_type)
         and a.del_flag=0
+        and a.type_ = '1'
         order by a.create_time asc
     </select>
     <select id="countByParentId" resultType="long">