|  | @@ -49,7 +49,7 @@ public class D10021Service extends D10021BaseModel implements ExecProcessFlow {
 | 
											
												
													
														|  |              throw new BusinessException("EB3100021");
 |  |              throw new BusinessException("EB3100021");
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          List<String> blockNames = readBFile(bf);
 |  |          List<String> blockNames = readBFile(bf);
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | 
 |  | +        System.out.println(blockNames);
 | 
											
												
													
														|  |          DAccidentMapper accidentMapper = UtilTools.getBean(DAccidentMapper.class);
 |  |          DAccidentMapper accidentMapper = UtilTools.getBean(DAccidentMapper.class);
 | 
											
												
													
														|  |          DAccident accident = accidentMapper.selectByPrimaryKey(aid);
 |  |          DAccident accident = accidentMapper.selectByPrimaryKey(aid);
 | 
											
												
													
														|  |          if (accident == null) {
 |  |          if (accident == null) {
 | 
											
										
											
												
													
														|  | @@ -74,9 +74,9 @@ public class D10021Service extends D10021BaseModel implements ExecProcessFlow {
 | 
											
												
													
														|  |              sc.andGfidEqualTo(gfid);
 |  |              sc.andGfidEqualTo(gfid);
 | 
											
												
													
														|  |              sb.setOrderByClause("id DESC");
 |  |              sb.setOrderByClause("id DESC");
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -            gas = gasMapper.selectOneByExample(sb);
 |  | 
 | 
											
												
													
														|  | 
 |  | +            gas = gasMapper.selectByExample(sb).get(0);
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -            System.out.println(blockNames);
 |  | 
 | 
											
												
													
														|  |              for (String blockName : blockNames) {
 |  |              for (String blockName : blockNames) {
 | 
											
												
													
														|  |                  DGasGatherArea area =new DGasGatherArea();
 |  |                  DGasGatherArea area =new DGasGatherArea();
 | 
											
												
													
														|  |                  area.setGasdensity(0f);
 |  |                  area.setGasdensity(0f);
 |