wugg 1 year ago
parent
commit
62a8d36a53
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/command/Report.php

+ 2 - 1
app/command/Report.php

@@ -996,7 +996,8 @@ class Report extends Command
 			d.send_num-d.th_num 采购总数,
 			d.total_fee-d.th_fee 采购金额,
 			d.good_creater`商品创建人`,
-			d.addtime`采购单时间`
+			d.addtime`采购单时间`,
+			d.cgd_apply_name`竞单人`
 		")
 		->where($where)
 		->cursor();