@@ -46,7 +46,6 @@ class ItemController extends BaseController
public function actionBatchAdd()
{
- die;
$shopAdmin = $this->shopAdmin;
if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
util::fail('超管才能操作');