入库单查询运输业务单号;
This commit is contained in:
+3
@@ -435,6 +435,9 @@
|
||||
<if test="reservationOrderSource != null and reservationOrderSource != ''">
|
||||
and a.RESERVATION_ORDER_SOURCE = #{reservationOrderSource}
|
||||
</if>
|
||||
<if test="businessNumber != null and businessNumber != ''">
|
||||
and a.BUSINESS_NUMBER = #{businessNumber}
|
||||
</if>
|
||||
<if test="createByName != null and createByName != ''">
|
||||
and a.create_by_name like concat('%', #{createByName}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user