unknown пре 7 месеци
родитељ
комит
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'])) {
         if (!empty($params['search'])) {
             $where['b.物料名称|c.Yb_工单编号'] = ['like', '%' . $params['search'] . '%'];
             $where['b.物料名称|c.Yb_工单编号'] = ['like', '%' . $params['search'] . '%'];
+            $where['c.Yb_退还日期'] = null;
         }
         }
         //总数
         //总数
         $total = db('产品_印版库')
         $total = db('产品_印版库')