|
|
|
@ -121,7 +121,7 @@ public class PermissionPartnerManagerImpl implements PermissionPartnerManager {
|
|
|
|
|
moduleClientAdd.put("client_id", clientId);
|
|
|
|
|
moduleClientAdd.put("client_moniker", clientMoniker);
|
|
|
|
|
moduleClientAdd.put("module_id", moduleClientAdd.getString("id"));
|
|
|
|
|
moduleClientAdd.put("is_valid", moduleClientAdd.getBooleanValue("initialize"));
|
|
|
|
|
moduleClientAdd.put("is_valid", true);
|
|
|
|
|
permissionClientModulesService.save(moduleClientAdd);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|