feat 获取采购单时区分批次

This commit is contained in:
Amjacks 2025-04-14 16:46:50 +08:00
parent 912beb70d0
commit 7db2124a0e

View File

@ -74,9 +74,7 @@
AND m.ORDERDATE BETWEEN TO_DATE( #{dto.fromDate}, 'YYYY/MM/DDHH24MISS' )
AND TO_DATE( #{dto.toDate}, 'YYYY/MM/DDHH24MISS' )
</if>
<if test="isBatch != null and !isBatch.equals('Y')">
AND (ms.IS_BATCH IS NULL OR ms.IS_BATCH != 'Y')
</if>
AND ms.IS_BATCH = #{isBatch}
</select>
<!-- GetInvoiceDetailInformationRow Z10006_SAP -->