| | |
| | | |
| | | |
| | | /** |
| | | * 分页查询 |
| | | * @param query 查询参数 |
| | | * @return |
| | | */ |
| | | public IPage<DncSendBackData> dncSendBackPageQuery(Query query) { |
| | | return this.getBaseMapper().dncSendBackpageQuery(Condition.getPage(query),query); |
| | | } |
| | | |
| | | /** |
| | | * 导出dnc压缩包 |
| | | * @param approvedIdArray 待导出审批表id数组 |
| | | */ |
| | |
| | | deviationSerial = ncNodeService.getDeviationSerialForNode(packageNode); |
| | | } |
| | | |
| | | List<DictBiz> annotationDictList= programAnnotationService.getAnnotionList(); |
| | | List<DictBiz> annotationDictList= programAnnotationService.getAnnotionDictList(); |
| | | for (NcNode node : programNodes) { |
| | | String filePathInZip = genFilePathInZip(packageFolder,node,deviationSerial); |
| | | programFile = this.flowProgramFileService.getById(node.getFlowProgramFileId()); |