| | |
| | | } |
| | | handleFileTransfer(mdcEquipment, docFile); |
| | | //NC文件的拷贝 |
| | | handleFileProcessing(docFile, mdcEquipment, secretFolder); |
| | | // handleFileProcessing(docFile, mdcEquipment, secretFolder); |
| | | //对应产品结构树拷贝 |
| | | handleProductTree(docInfo,docRelativeList.get(0),mdcEquipment.getEquipmentId()); |
| | | // handleProductTree(docInfo,docRelativeList.get(0),mdcEquipment.getEquipmentId()); |
| | | synchronizedFlagService.updateFlag(2); |
| | | return Result.OK("操作成功"); |
| | | } |
| | |
| | | //涉密网进行NC文件的拷贝 |
| | | handleFileTransfer(mdcEquipment, docFile); |
| | | //NC文件的拷贝 |
| | | handleFileProcessing(docFile, mdcEquipment, secretFolder); |
| | | // handleFileProcessing(docFile, mdcEquipment, secretFolder); |
| | | //对应产品结构树拷贝 |
| | | handleProductTree(docInfo,docRelativeList.get(0),mdcEquipment.getEquipmentId()); |
| | | // handleProductTree(docInfo,docRelativeList.get(0),mdcEquipment.getEquipmentId()); |
| | | return synchronizedFlagService.updateFlag(1); |
| | | }else if(up.getStatus() == 3) { |
| | | //拒绝操作 什么也不做 |