修改使工序单元间允许重复code

This commit is contained in:
Yu Sun
2022-08-03 23:07:08 +08:00
parent d0cd0b1a6d
commit ab1e28a8a9
4 changed files with 32 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ $worker -> onMessage = function(TcpConnection $connection, Request $request) {
else if ($res === "REPLICATED")
$connection -> send(json_encode(array(
'code' => 1,
'msg' => '节点编码不可重复!'
'msg' => '同一工序单元内的节点编码不可重复!'
)));
else if ($res === false) {
$connection -> send(json_encode(array(