达梦适配修改
This commit is contained in:
@@ -148,7 +148,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
COUNT( 1 ) waybillCount,
|
||||
waybill_source_name
|
||||
FROM
|
||||
`business_document`
|
||||
business_document
|
||||
where del_flag = 1
|
||||
<include refid="selectBusinessDocumentPo1"/>
|
||||
GROUP BY
|
||||
@@ -178,7 +178,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
SELECT
|
||||
a.*
|
||||
FROM
|
||||
`business_document` a
|
||||
business_document a
|
||||
LEFT JOIN reconciliation_business_document c ON a.business_document_id = c.business_document_id
|
||||
LEFT JOIN reconciliation d ON c.reconciliation_id = d.reconciliation_id
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user