达梦适配修改

This commit is contained in:
王奎兴
2025-12-05 10:47:46 +08:00
parent 5005f4291f
commit 32f12bb138
49 changed files with 254 additions and 209 deletions
@@ -7,7 +7,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
d.motorcade_id
FROM
`motorcade` d
motorcade d
WHERE
d.del_flag = 1 AND
d.motorcade_header_id = #{values}
@@ -18,7 +18,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.user_id,
b.create_by
FROM
`motorcade_driver` a
motorcade_driver a
left join user_driver b on a.user_id = b.user_id
WHERE
a.del_flag = 1