公海列表状态

This commit is contained in:
苏竹红
2023-06-20 23:12:41 +08:00
parent dcdb29c085
commit 81bc51ba70

View File

@@ -416,7 +416,7 @@
b.want_shop_area as wantShopArea,
b.accept_adjust_type as acceptAdjustType
FROM hy_partner_line_info a inner JOIN hy_partner_user_info b on a.partner_id = b.partner_id
where a.line_status = 0
where a.line_status = 0 and a.deleted = 0
<if test="userNameKeyword!=null and userNameKeyword!=''">
and b.username like concat('%',#{userNameKeyword},'%')
</if>