bulk_edit
This commit is contained in:
@@ -338,7 +338,7 @@ class Manage extends Base
|
||||
// 批量修改(历史订单与购物车)
|
||||
case 'bulk_edit':
|
||||
try {
|
||||
if(empty($message['history']) && empty($message['cart'])) {
|
||||
if(empty($message['data']['history']) && empty($message['data']['cart'])) {
|
||||
self::gateway_query('sendToClient', [$client_id, json_encode(['msg' => '数据结构错误'])]);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user