diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index c9f52dc0..74978adb 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -211,7 +211,7 @@ class ShopController extends BaseAuthedController $this->_rspErr(1, 'address is empty'); } - error_log("address: {$address}, id: {$id}, token_type: {$token_type}, goods_num: {$goods_num} " . $goods['goods_id'], json_encode($goods)); + error_log("address: {$address}, id: {$id}, token_type: {$token_type}, goods_num: {$goods_num} {$goods['goods_id']} {json_encode($goods)} "); $chk = SqlHelper::insert( $conn,