Ver Fonte

submit:收藏集BUG处理

yangdamao há 3 anos atrás
pai
commit
52957ad85d

+ 4 - 4
zhongzheng-system/src/main/resources/mapper/modules/collect/CollectQuestionMapper.xml

@@ -104,10 +104,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <select id="selectExamQuestionList" parameterType="com.zhongzheng.modules.collect.bo.CollectQuestionQueryBo"  resultMap="QuestionResultVo">
         SELECT
             DISTINCT q.*,
-            cq.exam_id,
-            cq.goods_id,
-            cq.order_goods_id,
-            cq.collect_question_id
+            cq.exam_id as collect_exam_id ,
+            cq.goods_id as collect_goods_id,
+            cq.order_goods_id as collect_order_goods_id,
+            cq.collect_question_id as collect_question_id
         FROM
         collect_question cq
         LEFT JOIN question q ON q.question_id = cq.question_id