wugg 2 лет назад
Родитель
Сommit
142487009f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/command/NowReportHandle.php

+ 2 - 2
app/command/NowReportHandle.php

@@ -225,7 +225,7 @@ class NowReportHandle extends Command
 	ws.platform_id '平台类型',
 	ws.platform_order '平台订单号',
 	'' as '客户属性',
-	'' as '分公司',
+	wci.itemid  as '分公司',
 	wci.companyName '客户名称',
 	wtd.spuCode '产品编码',
 	'' as '财务核算码',
@@ -237,7 +237,7 @@ class NowReportHandle extends Command
 	wtd.th_num  '退货数量',
 	ws.sale_price '销售单价',
 	wtd.th_fee '退货金额',
-	'' as '退货备注',
+	 ifnull(wsr.remark,wor.error_remark) as '退货备注',
 	won.cgdNo '采购单单号',
 	wpo.cgder '采购员',
 	wpo.nake_fee '采购裸价',