wugg 1 yıl önce
ebeveyn
işleme
62a8d36a53
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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();