wugg %!s(int64=2) %!d(string=hai) anos
pai
achega
e1c2766f08
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      app/admin/controller/Export.php

+ 1 - 2
app/admin/controller/Export.php

@@ -705,8 +705,7 @@ class Export extends BaseController
          remark '备注'
         ")->cursor();
         foreach ($data as $value) {
-            $tag = Db::name("tag_log")->alias("a")->leftJoin("order_tag b", "a.tag_id=b.id")->where(["a
-            	.code" => $value['对账编号'], "a.status" => 1])->column("a.addtime", "b.type");
+            $tag = Db::name("tag_log")->alias("a")->leftJoin("order_tag b", "a.tag_id=b.id")->where(["a.code" => $value['对账编号'], "a.status" => 1])->column("a.addtime", "b.type");
             $value['付款加签时间'] = $tag[1] ?? "";
             $value['回票加签时间'] = $tag[2] ?? "";
             $value['付款状态'] = $this->pay_status[$value['付款状态']];