|
@@ -662,6 +662,9 @@
|
|
|
<if test="consigneeName != null">
|
|
|
and RC.CONSIGNEE_COMPANY_NAME like #{consigneeName}
|
|
|
</if>
|
|
|
+ <if test="consigneeLoginName != null">
|
|
|
+ and RC.CONSIGNEE_COMPANY_NAME like '%${consigneeLoginName}%'
|
|
|
+ </if>
|
|
|
<if test="toTheStation != null">
|
|
|
and RAR1.ARRIVAL_NAME like #{toTheStation}
|
|
|
</if>
|