zengyf 2 سال پیش
والد
کامیت
bbf58f75f6
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

+ 6 - 0
src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

@@ -2482,6 +2482,9 @@
           '${item}'
           </foreach>
         </if>
+        <if test="consigneeLoginName != null">
+            and RC.CONSIGNEE_COMPANY_NAME LIKE '%${consigneeLoginName}%'
+        </if>
         order by ASO.SALE_ORDER_ID DESC, ASOM.SALE_ORDER_MATERIAL_ID DESC,OO.ORDER_ID  DESC
         )
     </select>
@@ -2756,6 +2759,9 @@
             0,'未上报') like '%${item}%'
         </foreach>
         </if>
+        <if test="consigneeLoginName != null">
+            and RC.CONSIGNEE_COMPANY_NAME LIKE '%${consigneeLoginName}%'
+        </if>
         order by ASO.SALE_ORDER_ID DESC, ASOM.SALE_ORDER_MATERIAL_ID DESC,OO.ORDER_ID  DESC
         )
     </select>