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