| | |
| | | */ |
| | | @Override |
| | | @Transactional(rollbackFor = {Exception.class}) |
| | | public boolean addDocInfoAnalysisNcService(String pathFile,File file) throws FileNotFoundException { |
| | | public boolean addDocInfoAnalysisGwNcService(String pathFile,File file) throws FileNotFoundException { |
| | | String line; |
| | | int count = 0; |
| | | String loFilePath = config.getPaths().get(0)+"/" + file.getName(); |
| | |
| | | return true; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 程序回传(涉密解析工控) |
| | | * @param pathFile |
| | | */ |
| | | @Override |
| | | @Transactional(rollbackFor = {Exception.class}) |
| | | public boolean addDocInfoAnalysisSmwNcService(String pathFile,File fileRec){ |
| | | //todo 程序回传 |
| | | return true; |
| | | } |
| | | |
| | | @Override |
| | | @Transactional(rollbackFor = {Exception.class}) |
| | | public boolean addDocInfoRecService(String equipmentId,File fileRec,String fileNameSuffix,String fileNameNew,String filePath ) { |