فهرست منبع

PC举报修改

zjy 2 ماه پیش
والد
کامیت
ec7190d095
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      alien-entity/src/main/resources/mapper/second/SecondUserViolationMapper.xml

+ 1 - 1
alien-entity/src/main/resources/mapper/second/SecondUserViolationMapper.xml

@@ -85,7 +85,7 @@
         left join life_user lu on v.reporting_user_id = lu.id
         left join store_dictionary d on v.dict_type = d.type_name
             and v.dict_id = d.dict_id
-        left join second_goods g on g.id = v.business_id
+        left join second_goods_record g on g.id = v.business_id
         left join life_user lu1 on g.user_id = lu1.id
         <if test="id != null and id != ''">
             where v.id = #{id}