From 1c16bbc86deb13a093a84c22c0000e99211d6e74 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Tue, 16 Jul 2019 16:22:36 +0800 Subject: [PATCH] 1 --- webapp/controller/ShareController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/ShareController.class.php b/webapp/controller/ShareController.class.php index c3e667b..b43dc79 100644 --- a/webapp/controller/ShareController.class.php +++ b/webapp/controller/ShareController.class.php @@ -271,6 +271,7 @@ class ShareController{ 'status' => 0, 'item_id' => $array[0][0], 'num' => $array[0][1], + 'people_num' => $sh['people'], )); } } else { @@ -282,6 +283,7 @@ class ShareController{ 'status' => $row['status'], 'item_id' => $array[0][0], 'num' => $array[0][1], + 'people_num' => $sh['people'], )); } }