|
@@ -180,7 +180,7 @@
|
|
case c.isTry when 0 then true else false end isTry,
|
|
case c.isTry when 0 then true else false end isTry,
|
|
case c.isPass when 0 then true else false end isPass
|
|
case c.isPass when 0 then true else false end isPass
|
|
FROM
|
|
FROM
|
|
- (select epp.id,epp.name,epp.print_content,epp.variable_content,epp.ordinary_content,epp.status from exam_print_plan epp
|
|
|
|
|
|
+ (select epp.school_id, epp.id,epp.name,epp.print_content,epp.variable_content,epp.ordinary_content,epp.status from exam_print_plan epp
|
|
LEFT JOIN
|
|
LEFT JOIN
|
|
basic_exam be ON epp.exam_id = be.id
|
|
basic_exam be ON epp.exam_id = be.id
|
|
<where>
|
|
<where>
|