Selaa lähdekoodia

feat:服务指标(首页统计、异常提醒、服务指标明细)只查全职

Joburgess 4 vuotta sitten
vanhempi
commit
95bdca7535

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

@@ -522,7 +522,7 @@
 				AND EXISTS (SELECT id_ FROM teacher_remind WHERE operator_id_=#{operatorId} AND teacher_id_=sees.teacher_id_ AND monday_ = sees.monday_ AND type_='SERVICE')
 			</if>
 			<if test="jobNature!=null">
-				AND tea.job_nature_=#{jobNature}
+				AND tea.job_nature_=#{jobNature,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
 			</if>
 		</where>
 	</sql>