feat 获取采购单时区分批次
This commit is contained in:
parent
912beb70d0
commit
7db2124a0e
@ -74,9 +74,7 @@
|
|||||||
AND m.ORDERDATE BETWEEN TO_DATE( #{dto.fromDate}, 'YYYY/MM/DDHH24MISS' )
|
AND m.ORDERDATE BETWEEN TO_DATE( #{dto.fromDate}, 'YYYY/MM/DDHH24MISS' )
|
||||||
AND TO_DATE( #{dto.toDate}, 'YYYY/MM/DDHH24MISS' )
|
AND TO_DATE( #{dto.toDate}, 'YYYY/MM/DDHH24MISS' )
|
||||||
</if>
|
</if>
|
||||||
<if test="isBatch != null and !isBatch.equals('Y')">
|
AND ms.IS_BATCH = #{isBatch}
|
||||||
AND (ms.IS_BATCH IS NULL OR ms.IS_BATCH != 'Y')
|
|
||||||
</if>
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- GetInvoiceDetailInformationRow Z10006_SAP -->
|
<!-- GetInvoiceDetailInformationRow Z10006_SAP -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user