diff --git a/extend/workermans/model/Cashier.php b/extend/workermans/model/Cashier.php index 4e5b72e..4ac6e41 100644 --- a/extend/workermans/model/Cashier.php +++ b/extend/workermans/model/Cashier.php @@ -410,7 +410,7 @@ class Cashier extends Base 'msg_id' => $rand, 'type' => 'cashier', 'data_type' => 'cart', - 'status' => $status, + 'status' => 0, 'data' => [ 'table_code' => $message['table_code'], ] diff --git a/extend/workermans/model/Manage.php b/extend/workermans/model/Manage.php index 29e17dd..372ca16 100644 --- a/extend/workermans/model/Manage.php +++ b/extend/workermans/model/Manage.php @@ -367,7 +367,7 @@ class Manage extends Base 'msg_id' => $rand, 'type' => 'manage', 'data_type' => 'cart', - 'status' => $status, + 'status' => 0, 'data' => [ 'table_code' => $message['table_code'], ] diff --git a/extend/workermans/model/Onboc.php b/extend/workermans/model/Onboc.php index ed02e3c..c8195e7 100644 --- a/extend/workermans/model/Onboc.php +++ b/extend/workermans/model/Onboc.php @@ -368,7 +368,7 @@ class Onboc extends Base 'msg_id' => $rand, 'type' => 'onboc', 'data_type' => 'cart', - 'status' => $status, + 'status' => 0, 'data' => [ 'table_code' => $message['table_code'], ] diff --git a/extend/workermans/model/Pad.php b/extend/workermans/model/Pad.php index 397f6e4..0c2d9fd 100644 --- a/extend/workermans/model/Pad.php +++ b/extend/workermans/model/Pad.php @@ -382,7 +382,7 @@ class Pad extends Base 'msg_id' => $rand, 'type' => 'pad', 'data_type' => 'cart', - 'status' => $status, + 'status' => 0, 'data' => [ 'table_code' => $message['table_code'], ] diff --git a/extend/workermans/model/Shopping.php b/extend/workermans/model/Shopping.php index 6020218..f92eccb 100644 --- a/extend/workermans/model/Shopping.php +++ b/extend/workermans/model/Shopping.php @@ -347,7 +347,7 @@ class Shopping extends Base 'msg_id' => $rand, 'type' => 'shopping', 'data_type' => 'cart', - 'status' => $status, + 'status' => 0, 'data' => [ 'table_code' => $message['table_code'], ]