达梦适配修改
This commit is contained in:
+2
-2
@@ -118,7 +118,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
ab1.latitude AS receive_doorplate,
|
||||
ab1.address_plot AS receive_addressPlot
|
||||
FROM
|
||||
`common_route` cr
|
||||
common_route cr
|
||||
LEFT JOIN
|
||||
address_book ab
|
||||
ON ab.address_book_id = cr.send_address_id and ab.user_id = #{userId}
|
||||
@@ -180,7 +180,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
b.doorplate,
|
||||
b.remark
|
||||
FROM
|
||||
`manifest_throught` m
|
||||
manifest_throught m
|
||||
LEFT JOIN
|
||||
address_book b
|
||||
ON m.address_book_id = b.address_book_id
|
||||
|
||||
Reference in New Issue
Block a user