@@ -205,9 +205,9 @@ class GluFinishedProductWarehousing extends Api
'机型备注',
'jjcp_desc'
];
- $name = \db('工单_印件资料')
- ->where('Yj_Gdbh',$req['jjcp_gdbh'])
- ->value('yj_yjmc');
+ $name = \db('工单_基本资料')
+ ->where('Gd_gdbh',$req['jjcp_gdbh'])
+ ->value('Gd_cpmc');
if ($name !== $req['jjcp_cpmc']){
$this->error('产品名称错误');
}