Commit b1611386 by 王昆

gsb

parent b679969f
......@@ -131,7 +131,7 @@ class RoleService extends ServiceBase {
_role.name = this.trim(params.name);
}
if (params.saas_id) {
_role.name = Number(params.saas_id);
_role.saas_id = Number(params.saas_id);
}
try {
let res = await _role.save();
......
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