544782275@qq.com il y a 3 ans
Parent
commit
9f9dc34651
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      application/store/controller/SendLog.php

+ 1 - 0
application/store/controller/SendLog.php

@@ -52,6 +52,7 @@ class SendLog extends Controller
         }
         $query
             ->alias('a')
+            ->field('a.*,m.phone,m.name')
             ->join('store_engineer m','a.worker_id = m.id')
             ->where($where)
             ->order('a.id desc')