|
@@ -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">
|