Ver Fonte

印版查询

unknown há 9 meses atrás
pai
commit
276210cd88
1 ficheiros alterados com 1 adições e 0 exclusões
  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('产品_印版库')