From d9eb48da91fb29b5e52be0704fa67c9f306bd0c5 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Tue, 28 May 2019 16:08:11 +0800 Subject: [PATCH] 1 --- webapp/controller/SupplyBoxController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SupplyBoxController.class.php b/webapp/controller/SupplyBoxController.class.php index 2ba1dfc..9fcad3b 100644 --- a/webapp/controller/SupplyBoxController.class.php +++ b/webapp/controller/SupplyBoxController.class.php @@ -348,7 +348,7 @@ class SupplyBoxController{ array( ':accountid' => $account_id, ':fragment_id' => $item_id, - ':fragment_num' => 99 + $rowSkin['fragment_num'] + ':fragment_num' => $item_num + $rowSkin['fragment_num'] )); } }