Commit d0141309 by Sxy

fix: 代码格式

parent 392b0110
......@@ -48,14 +48,7 @@ class AuthService extends ServiceBase {
);
}
}
const aths = await self.dao.model.findAll({
where: {
role_id: tmpAuth.role_id,
app_id: tmpAuth.app_id,
},
transaction: t,
});
return aths;
return 'SUCCESS';
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment