|
@@ -344,7 +344,7 @@
|
|
|
<select id="getSubscriptionPageByClass"
|
|
|
parameterType="com.xjrsoft.module.textbook.dto.TextbookSubscriptionListDto"
|
|
|
resultType="com.xjrsoft.module.textbook.vo.TextbookSubscriptionListVo">
|
|
|
- SELECT t3.id, t3.id AS textbookId, t2.name AS courseName, t3.issn, t3.book_name,
|
|
|
+ SELECT distinct t3.id, t3.id AS textbookId, t2.name AS courseName, t3.issn, t3.book_name,
|
|
|
t3.publishing_house, t3.editor_in_chief, t3.course_subject_id, t3.version,
|
|
|
t3.textbook_type, t3.use_type FROM base_class_course t
|
|
|
LEFT JOIN base_class t1 ON (t1.id = t.class_id)
|