luobang 1 年之前
父節點
當前提交
9bf918ac2b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/com/steerinfo/dil/mapper/OmstrainOrderMapper.xml

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

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