|
|
|
@ -16,6 +16,11 @@
|
|
|
|
|
(select name from basic_corp bc where bc.erpId = io.customerId) customerName
|
|
|
|
|
from io_order as io
|
|
|
|
|
<where>
|
|
|
|
|
<if test="key != null and key != ''">
|
|
|
|
|
AND(
|
|
|
|
|
billNo like concat('%', #{key}, '%')
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="id != null and id != ''">
|
|
|
|
|
AND id = #{id}
|
|
|
|
|
</if>
|
|
|
|
|