Explorar o código

bugfix-意见反馈列表

Aslee %!s(int64=2) %!d(string=hai) anos
pai
achega
96e101f14c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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">