|
@@ -519,7 +519,7 @@ public class LongYanRepairStrategy extends AbstractRepairBaseStrategy {
|
|
|
// 判断是否具有接单权限
|
|
|
String roles = getCurrentRoles();
|
|
|
if(!roles.contains(SysRoleCodeEnum.REPAIR_MANAGE.name()) && !roles.contains(SysRoleCodeEnum.MM.name())){
|
|
|
- throw new DeniedException("对不起,您不具备接单权限");
|
|
|
+ throw new DeniedException("对不起,您不具备结单权限");
|
|
|
}
|
|
|
RepairApplicationForm form = super.submitRepair(model);
|
|
|
// 添加状态跟踪
|