Browse Source

修改提示语

wufeng 2 years ago
parent
commit
14ff07dad9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Goodup.php

+ 1 - 1
app/admin/controller/Goodup.php

@@ -1899,7 +1899,7 @@ class Goodup extends Base
             ->whereIn('spuCode', $param['codes'])
             ->find();
 
-        if (!empty($isonline)) return error_show(1005, '存在已上线商品' . $isonline['spuCode']);
+        if (!empty($isonline)) return error_show(1005, $isonline['spuCode'] . '该商品已在商品成本管理中,请在商品成本管理菜单提交上线!');
 
         $user = GetUserInfo($param['token']);
         if (empty($user) || $user['code'] != 0) return error_show(1002, "用户数据不存在");