Explorar o código

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

fllmoyu %!s(int64=4) %!d(string=hai) anos
pai
achega
70d14724c3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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">