This commit is contained in:
苏竹红
2024-05-29 20:43:50 +08:00
parent 8875201496
commit c5483c4866

View File

@@ -238,7 +238,7 @@
left join xfsg_line_info b on a.line_id = b.id left join xfsg_line_info b on a.line_id = b.id
</if> </if>
<if test="investmentUserId!=null and investmentUserId!='' and queryUserType == 1 "> <if test="investmentUserId!=null and investmentUserId!='' and queryUserType == 1 ">
left join xfsg_system_building_shop c on a.id = c.shop_id left join xfsg_system_building_shop c on a.shop_id = c.shop_id
</if> </if>
<where> <where>
<if test="shopIds != null and shopIds.size() > 0"> <if test="shopIds != null and shopIds.size() > 0">