935090232@qq.com
2021-10-25 e3940d7c6d251167fd1eac3e3877c5c32153b7b0
zq-erp/src/main/resources/mybatis/mapper/hive/QuestionDao.xml
@@ -50,7 +50,10 @@
   FROM
      question a
   LEFT JOIN vip_answer b ON a.id = b.quesion_id and b.vip_id=#{id}
   WHERE category=#{type}
   WHERE
   a.company_id=#{companyId}
   and category=#{type}
   ORDER BY order_field DESC
   </select>