执行单添加发牌状态与日期,入库单添加运输业务单号
This commit is contained in:
@@ -54,6 +54,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="goodsNumber != null and goodsNumber != ''">
|
||||
and eo.GOODS_NUMBER like concat('%', #{goodsNumber}, '%')
|
||||
</if>
|
||||
<if test="invoiceStartTime != null">
|
||||
and eo.INVOICE_DATE >= #{invoiceStartTime}
|
||||
</if>
|
||||
<if test="invoiceEndTime != null">
|
||||
and eo.INVOICE_DATE <= #{invoiceEndTime}
|
||||
</if>
|
||||
<if test="businessUnit != null and businessUnit != ''">
|
||||
and eo.BUSINESS_UNIT like concat('%', #{businessUnit}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user