shop_id
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
left join xfsg_line_info b on a.line_id = b.id
|
||||
</if>
|
||||
<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>
|
||||
<where>
|
||||
<if test="shopIds != null and shopIds.size() > 0">
|
||||
|
||||
Reference in New Issue
Block a user