wugg 2 years ago
parent
commit
4e94853ef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/command/NowReportHandle.php

@@ -251,7 +251,7 @@ class NowReportHandle extends Command
 	wpo.diff_weight '工差',
 	wpo.diff_fee '采购工差金额',
 	wpo.good_price '成本合计',
-	(wpo.gold_price * wtd.th_num) '退货采购货款',
+	(wpo.good_price * wtd.th_num) '退货采购货款',
 	'' as '税点',
 	wpo.supplier_name '供应商名称',
 	if(ws.is_stock=1,'是','否') '是否库存',