Преглед на файлове

凹印印刷方式修改

qiuenguang преди 1 година
родител
ревизия
4ff51f2e0d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      application/api/controller/Facility.php

+ 2 - 2
application/api/controller/Facility.php

@@ -2215,7 +2215,7 @@ class Facility extends Api
     }
 
     /**
-     * 色度系数修改
+     * 凹印版距修改
      * @return void
      * @throws \think\Exception
      * @throws \think\db\exception\BindParamException
@@ -2232,7 +2232,7 @@ class Facility extends Api
         }
         $idList = explode(',',$params['id']);
         //获取工单印件工序
-        $orderList = \db('工单_产量计酬')
+        $orderList = \db('设备_产量计酬')
             ->where('UniqId',$idList[0])
             ->field('rtrim(sczl_gdbh) as 工单编号,rtrim(sczl_yjno) as 印件号,rtrim(sczl_gxh) as 工序号')
             ->find();