订单承租人个出租方数据隔离

This commit is contained in:
liang.chao 2024-12-02 09:45:21 +08:00
parent c0e662807e
commit e5150f75eb
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND moi.buyer_id = #{buyerId}
</if>
<if test="sellerId != null and sellerId != ''">
AND moi.seller_id = #{sellerId}
AND mdi.own_id = #{sellerId}
</if>
<if test="deviceName != null and deviceName != ''">
AND mdi.device_name like concat('%',#{deviceName},'%')