jz.kai 1 year ago
parent
commit
2424705ac6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/src/main/resources/mapper/base/StudentAspirations.xml

+ 1 - 0
common/src/main/resources/mapper/base/StudentAspirations.xml

@@ -89,6 +89,7 @@
 		AND id_ NOT IN (
 		AND id_ NOT IN (
 			SELECT student_aspirations_id FROM base_wish_info_user_record
 			SELECT student_aspirations_id FROM base_wish_info_user_record
 			WHERE del_flag = 0
 			WHERE del_flag = 0
+			AND status_ != '2'
 			AND wish_info_id = #{0}
 			AND wish_info_id = #{0}
 			GROUP BY student_aspirations_id
 			GROUP BY student_aspirations_id
 		)
 		)