luobang 1 rok temu
rodzic
commit
9bf918ac2b

+ 3 - 0
src/main/resources/com/steerinfo/dil/mapper/OmstrainOrderMapper.xml

@@ -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>