|
|
|
@ -115,7 +115,9 @@ public class PermissionPartnerManagerImpl implements PermissionPartnerManager {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
@Transactional
|
|
|
|
|
public void permissionClientModuleSave(int clientId, String clientMoniker) {
|
|
|
|
|
permissionClientModulesService.removeByClientMoniker(clientMoniker);
|
|
|
|
|
List<JSONObject> moduleId = permissionPartnerModuleMapper.list();
|
|
|
|
|
for (JSONObject moduleClientAdd : moduleId) {
|
|
|
|
|
moduleClientAdd.put("client_id", clientId);
|
|
|
|
|