@@ -8,7 +8,7 @@
on tbs.course_code = bc.code
join sys_org so on
<choose>
- <when test="inspect != null and inspect == false">
+ <when test="inspect != null and inspect == true">
so.id = tbs.inspect_college_id
</when>
<otherwise>