修改使工序单元间允许重复code
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user