|
@@ -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({}, {
|