xiaoyong931011
2021-08-12 a5ffab1fcc28ad45a56e376722c162d23742848e
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>