|
@@ -204,10 +204,7 @@ class SpaceAffectUtil {
|
|
|
private fun updateSpaceList(projectId: String, spaces: List<DCSpace?>?) {
|
|
|
val request = UpdateRequest<DCSpace>()
|
|
|
request.content = spaces as ArrayList<DCSpace>
|
|
|
- val spaceUpdate = service!!.spaceUpdate(request, projectId)
|
|
|
- if (!"success".equals(spaceUpdate?.result!!)){
|
|
|
- logger.error("#######更新空间失败:"+JSON.toJSONString(spaceUpdate))
|
|
|
- }
|
|
|
+ service!!.spaceUpdate(request, projectId)
|
|
|
}
|
|
|
|
|
|
/**
|