Ver código fonte

凹印印刷方式修改

qiuenguang 1 ano atrás
pai
commit
4ff51f2e0d
1 arquivos alterados com 2 adições e 2 exclusões
  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();