Kaynağa Gözat

排程工单

qiuenguang 1 yıl önce
ebeveyn
işleme
666400b39f
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      application/api/controller/Manufacture.php

+ 0 - 2
application/api/controller/Manufacture.php

@@ -193,11 +193,9 @@ class Manufacture extends Api
                     'rtrim(a.Uniqid)' => 'GDUID',
                 ])
                 ->join('工单_工艺资料 b', 'a.Gd_gdbh = b.Gy0_gdbh')
-                ->join('产品_基本资料 c', 'a.Gd_cpdh = c.产品编号')
                 ->where([
                     'a.gd_statu' => '2-生产中',
                     'a.行号' => '1',
-                    'c.状态' => '',
                     'b.PD_WG' => '1900-01-01 00:00:00',
                 ])
                 ->where($where)