yonge 5 vuotta sitten
vanhempi
commit
edc2e25080
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/TeacherMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/TeacherMapper.xml

@@ -523,7 +523,7 @@
     </sql>
 
     <select id="queryOrganTeacherNum" resultType="map">
-        select count(*) total,sum(case when job_nature_ = 'PART_TIME' then 1 else 0 end) part_time_num_,sum(case whfen
+        select count(*) total,sum(case when job_nature_ = 'PART_TIME' then 1 else 0 end) part_time_num_,sum(case when
         job_nature_ = 'FULL_TIME' then 1 else 0 end) full_time_num_ from teacher
         <where>
             <if test="organId != null">