修复非no_dup_code模式下,请求不带有working_subclass,查询获取第一个结果
This commit is contained in:
@@ -117,7 +117,7 @@ $worker -> onMessage = function(TcpConnection $connection, Request $request) {
|
||||
], json_encode(array(
|
||||
'action' => 'result_set_node_data',
|
||||
'errcode' => 4002,
|
||||
'errmsg' => '未登记过的工序单元!'
|
||||
'errmsg' => '工序单元有误,请检查是否未指定或未登记!'
|
||||
)));
|
||||
$connection -> send($response);
|
||||
} else if ($data_capture -> check_res === 'MISMATCH_TYPE') {
|
||||
|
||||
Reference in New Issue
Block a user