Commit 5c230fa3 by jianshuqin

新增功能:平台利润增加财务发货时间过虑条件

parent 2ff7340f
...@@ -8030,7 +8030,6 @@ group by currency"; ...@@ -8030,7 +8030,6 @@ group by currency";
t1.id AS fund_id t1.id AS fund_id
,DATE_FORMAT(t1.report_month,'%Y-%m') AS month ,DATE_FORMAT(t1.report_month,'%Y-%m') AS month
,IFNULL(t1.order_id,'') AS order_id ,IFNULL(t1.order_id,'') AS order_id
,t1.shipment_date AS shipment_date
,t1.report_month AS reporting_date ,t1.report_month AS reporting_date
,IFNULL(t1.sku,'') AS sku ,IFNULL(t1.sku,'') AS sku
,IFNULL(t1.currency,'') AS currency ,IFNULL(t1.currency,'') AS currency
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment