|
|
@@ -119,7 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
FROM
|
|
|
exam_note en
|
|
|
LEFT JOIN major_category mc ON en.category_id = mc.category_id
|
|
|
- LEFT JOIN LEFT JOIN order_possess_user o ON o.possess_id =en.file_id
|
|
|
+ LEFT JOIN order_possess_user o ON o.possess_id =en.file_id
|
|
|
where 1=1 and o.type_id =2
|
|
|
<if test="userId != null and userId != ''">
|
|
|
AND o.user_id = #{userId}
|