浏览代码

bugfix-意见反馈列表

Aslee 2 年之前
父节点
当前提交
96e101f14c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mapper/ShopMapper.xml

+ 2 - 2
src/main/resources/mapper/ShopMapper.xml

@@ -339,8 +339,8 @@
     <select id="getFeedback" resultType="com.caimei.model.vo.FeedbackVo">
         select cf.id as feedbackId, a.authParty as clubName, cu.mobile, content, commitTime, handleStatus, handleResult, handleTime
         from cm_brand_club_feedback cf
-                 join cm_brand_club_user cu on cf.clubUserId = cu.id
-                 join cm_brand_auth a on cu.authId = a.id
+                 left join cm_brand_club_user cu on cf.clubUserId = cu.id
+                 left join cm_brand_auth a on cu.authId = a.id
         where cf.id = #{feedbackId}
     </select>
     <select id="getShopStatus" resultType="java.lang.Integer">