unknown 7 месяцев назад
Родитель
Сommit
276210cd88
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      application/api/controller/PrintingPlate.php

+ 1 - 0
application/api/controller/PrintingPlate.php

@@ -115,6 +115,7 @@ class PrintingPlate extends Api
         }
         if (!empty($params['search'])) {
             $where['b.物料名称|c.Yb_工单编号'] = ['like', '%' . $params['search'] . '%'];
+            $where['c.Yb_退还日期'] = null;
         }
         //总数
         $total = db('产品_印版库')