达梦适配遗漏

This commit is contained in:
王奎兴
2025-12-06 22:22:54 +08:00
parent 0f8f3de71b
commit 990f145846
2 changed files with 7 additions and 7 deletions
@@ -96,7 +96,7 @@
FROM
user_shipper s
LEFT JOIN
user u
"user" u
ON u.user_id = s.user_id
<where>
<if test="topOrganizationId != null "> and u.top_organization_id = #{topOrganizationId}</if>
@@ -117,7 +117,7 @@
FROM
user_shipper s
LEFT JOIN
user u
"user" u
ON u.user_id = s.user_id and u.del_flag = 1
<where>
s.del_flag = 1 and s.shipper_fill = 3
@@ -411,7 +411,7 @@
a.user_account,
a.avatar
FROM
user a
"user" a
WHERE
a.del_flag = 1
<include refid="common_where1"></include>
@@ -658,7 +658,7 @@
us.shipper_enterprise_name,
us.shipper_type
FROM
user u
"user" u
LEFT JOIN user_shipper us ON u.user_id = us.user_id
WHERE
u.del_flag = 1
@@ -676,7 +676,7 @@
ude.driver_enterprise_name,
ude.driver_type
FROM
user u
"user" u
LEFT JOIN user_driver_enterprise ude ON u.user_id = ude.user_id
WHERE
u.del_flag = 1
@@ -700,7 +700,7 @@
a.user_account,
a.avatar
FROM
user a
"user" a
WHERE
a.del_flag = 1
and a.top_organization_id = #{topOrganizationId}