From 9a9a1d08c533c27e1fba1e6a89fd7eba4a413d12 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Mon, 29 Apr 2024 10:52:11 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index baf5accb..54c72507 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -633,7 +633,8 @@ class BaseAuthedController extends BaseController { if (SERVER_ENV != _ONLINE) { return "${itemMeta['name']} Not enough stock:${lackItem['inventory']} need:${lackItem['item_num']}"; } else { - return "${itemMeta['name']} Not enough"; +// return "${itemMeta['name']} Not enough"; + return "item Not enough"; } }