|
|
|
@ -21,6 +21,9 @@
|
|
|
|
|
icob.invAlert,
|
|
|
|
|
icob.splitMsg,
|
|
|
|
|
icob.fromCorpName,
|
|
|
|
|
icob.shipperName,
|
|
|
|
|
icob.thrBusType,
|
|
|
|
|
icob.shipper,
|
|
|
|
|
icob.tagMsg,
|
|
|
|
|
sys_workplace_document.busName busTypeName,
|
|
|
|
|
sw.workplaceName,
|
|
|
|
@ -108,6 +111,12 @@
|
|
|
|
|
or icob.busType like concat('%', #{keywords}, '%')
|
|
|
|
|
or icob.fromType like concat('%', #{keywords}, '%'))
|
|
|
|
|
</if>
|
|
|
|
|
<if test="shipperName != '' and shipperName != null">
|
|
|
|
|
AND icob.shipperName LIKE concat('%', #{shipperName}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="fromCorpName != '' and fromCorpName != null">
|
|
|
|
|
AND icob.fromCorpName LIKE concat('%', #{fromCorpName}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
GROUP BY
|
|
|
|
|
icob.billNo
|
|
|
|
|