multi-system/src/main/resources/mapper/system/MemoMapper.xml
@@ -42,9 +42,10 @@ INNER JOIN item b ON b.id = a.item_id AND b.del_flag = 1 INNER JOIN item_review_user c ON c.review_id = a.id inner join ex_student ex on ex.id = c.review_user_id AND c.del_flag = 0 WHERE a.del_flag = 0 AND c.review_user_id = #{userId} AND ex.user_id = #{userId} AND c.`status` = 2 and a.company_id = #{companyId} UNION ALL SELECT a.use_seal_cause AS title,