Browse Source

1.控制台 小定单导出明细导出调整

wuhp 1 năm trước cách đây
mục cha
commit
83425b76ea

+ 1 - 4
src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

@@ -964,10 +964,7 @@
             su1.name  as "userName",
             su1.leader_name  as "leaderName"
             from
-            (
-            select iot.suborder,iot.order_status from `ins_orders_track` iot
-            GROUP BY iot.suborder ,iot.order_status
-            ) iot
+            ins_orders_track iot
             left join ins_area_company  iac ON iac.id = iot.suborder
             LEFT JOIN ptl_agreement agree ON iac.agreement_id = agree.id
             LEFT JOIN ins_orders io ON iac.orderno = io.orderno