Преглед на файлове

销售订单 最终客户查询错误的问题

liuchaohui преди 2 години
родител
ревизия
6551e38989
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/orderData/mapper/xml/SyOrderDataMapper.xml

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/orderData/mapper/xml/SyOrderDataMapper.xml

@@ -29,7 +29,7 @@
             sum(b.total_price_and_tax) as whole_order_total,
             if(left(b.inventory_ccode,2)='19',
             case customer_abbreviation
-            when '森语集团' then end_customer
+            when 'International Apparel Group' then end_customer
             when '宁波森语' then end_customer
             else customer_abbreviation end ,
             end_customer) as end_customer,