zjy пре 2 месеци
родитељ
комит
ec7190d095

+ 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}