|  | @@ -2213,7 +2213,7 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
 | 
											
												
													
														|  |  		SimpleDateFormat sf = new SimpleDateFormat("yyMMdd");
 |  |  		SimpleDateFormat sf = new SimpleDateFormat("yyMMdd");
 | 
											
												
													
														|  |  		String[] arrs = syPackingListFabricItemMapper.getu8Data();//获取发运明细已提交的辅料
 |  |  		String[] arrs = syPackingListFabricItemMapper.getu8Data();//获取发运明细已提交的辅料
 | 
											
												
													
														|  |  		List<String> documentNos=syPackingListFabricItemMapper.getDocumentNos();
 |  |  		List<String> documentNos=syPackingListFabricItemMapper.getDocumentNos();
 | 
											
												
													
														|  | -		System.out.println("documentNos.size\t"+documentNos.size());
 |  | 
 | 
											
												
													
														|  | 
 |  | +//		System.out.println("documentNos.size\t"+documentNos.size());
 | 
											
												
													
														|  |  		Map<String, List<String>> maps = new HashMap<>();//获取两个账套
 |  |  		Map<String, List<String>> maps = new HashMap<>();//获取两个账套
 | 
											
												
													
														|  |  		for (String arr : arrs) {
 |  |  		for (String arr : arrs) {
 | 
											
												
													
														|  |  			String account = arr.substring(0, 3);
 |  |  			String account = arr.substring(0, 3);
 | 
											
										
											
												
													
														|  | @@ -2291,6 +2291,7 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
 | 
											
												
													
														|  |  					if(documentNos.contains(sy.getDocumentNo())){
 |  |  					if(documentNos.contains(sy.getDocumentNo())){
 | 
											
												
													
														|  |  						continue;
 |  |  						continue;
 | 
											
												
													
														|  |  					}
 |  |  					}
 | 
											
												
													
														|  | 
 |  | +					documentNos.add(sy.getDocumentNo());
 | 
											
												
													
														|  |  					sy.setDataSource("u8拉取");//直接从u8拉取的数据
 |  |  					sy.setDataSource("u8拉取");//直接从u8拉取的数据
 | 
											
												
													
														|  |  					sy.setPushState("4");
 |  |  					sy.setPushState("4");
 | 
											
												
													
														|  |  					sy.setId(oConvertUtils.getId());
 |  |  					sy.setId(oConvertUtils.getId());
 |