|
|
@@ -243,7 +243,7 @@
|
|
|
LEFT JOIN xjr_dictionary_detail t14 ON t5.class_type = t14.code and t14.delete_mark = 0
|
|
|
LEFT JOIN xjr_department t15 ON t15.id = t13.department_id
|
|
|
WHERE t1.delete_mark = 0 AND t1.enabled_mark = 1
|
|
|
- and t12.status = 1
|
|
|
+ and t12.status in(1,2)
|
|
|
and t3.enrollment_plan_id = #{dto.enrollmentPlanId}
|
|
|
<if test="dto.keyword != null and dto.keyword != ''">
|
|
|
and t1.name like concat('%', #{dto.keyword},'%')
|
|
|
@@ -318,7 +318,7 @@
|
|
|
LEFT JOIN xjr_dictionary_detail t14 ON t5.class_type = t14.code and t14.delete_mark = 0
|
|
|
LEFT JOIN xjr_department t15 ON t15.id = t13.department_id
|
|
|
WHERE t1.delete_mark = 0 AND t1.enabled_mark = 1
|
|
|
- and t12.status = 1
|
|
|
+ and t12.status in(1,2)
|
|
|
and t3.enrollment_plan_id = #{dto.enrollmentPlanId}
|
|
|
<if test="dto.keyword != null and dto.keyword != ''">
|
|
|
and t1.name like concat('%', #{dto.keyword},'%')
|