Forráskód Böngészése

销售订单 面辅料不分组

liuchaohui 2 éve
szülő
commit
e2efb97a8a

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

@@ -26,7 +26,7 @@
         SELECT
             sy_order_data_id,item_number,pre_delivery_date,pre_completion_date,pack_id,small_po,distribution_point,
             inventory_code,inventory_name,specification_and_model,colour,coding_rules,guangpei_gate_width,box_number,
-            sum(quantity) as quantity,master_metering,unit_price_including_tax,sum(total_price_and_tax) as total_price_and_tax,tax_rate,remarks,bank_closed_by
+            quantity as quantity,master_metering,unit_price_including_tax,total_price_and_tax as total_price_and_tax,tax_rate,remarks,bank_closed_by
         FROM
             sy_order_data_item
         WHERE