|
@@ -1187,7 +1187,7 @@ public class InformationWriteQueryController extends BladeController {
|
|
List<String> idArray = JSONArray.parseArray(JSONObject.toJSONString(ids.split(",")), String.class);
|
|
List<String> idArray = JSONArray.parseArray(JSONObject.toJSONString(ids.split(",")), String.class);
|
|
this.operationLogClient.saveUserOperationLog(4, "资料管理", "工序资料", idArray, nodeName);
|
|
this.operationLogClient.saveUserOperationLog(4, "资料管理", "工序资料", idArray, nodeName);
|
|
//保存进回收站
|
|
//保存进回收站
|
|
- this.recycleBinClient.saveDelBusinessData(idArray, removeNode.getDeptName(), 2, parentNodeName.toString(), removeNode.getProjectId(), removeNode.getContractId());
|
|
|
|
|
|
+ this.recycleBinClient.saveDelBusinessData(idArray, StringUtils.isNotEmpty(removeNode.getFullName()) ? removeNode.getFullName() : removeNode.getDeptName(), 2, parentNodeName.toString(), removeNode.getProjectId(), removeNode.getContractId());
|
|
|
|
|
|
return R.data(this.wbsTreeContractClient.removeContractTreeNode(idArray));
|
|
return R.data(this.wbsTreeContractClient.removeContractTreeNode(idArray));
|
|
}
|
|
}
|