|
@@ -565,6 +565,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN course_education_type cet ON cpt.education_id = cet.id
|
|
|
WHERE
|
|
|
m.category_name = #{majorName}
|
|
|
+ AND m.`status` = 1
|
|
|
AND INSTR( '施工现场专业人员', cpt.project_name ) > 0
|
|
|
AND INSTR( '考前培训', cet.education_name ) > 0
|
|
|
</select>
|