Browse Source

1、权限提示词;

Lawsun_M 3 months ago
parent
commit
040e65d200
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/home/user.js

+ 1 - 1
app/controller/home/user.js

@@ -540,7 +540,7 @@ module.exports = class UserController extends shopController {
       attributes: [ 'partner_id' ],
     });
     if (!businessInfo || businessInfo.partner_id < 1) {
-      throw new Error('抱歉,您不是源森家具的合作商户,无权收款。');
+      throw new Error('抱歉,您没有核销卡券的权限!请联系管理员!');
     }
     const seq = that.app.Sequelize;
     const selectBean = await that.app.comoBean.instance({}, {