瀏覽代碼

印版查询

unknown 8 月之前
父節點
當前提交
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('产品_印版库')