|  |  | @ -72,19 +72,19 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |     //校验模板是否正确
 |  |  |  |     //校验模板是否正确
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @AuthRuleAnnotation("") |  |  |  |     @AuthRuleAnnotation("") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @PostMapping("/udiwms/pdf/template/inspection/order/file") |  |  |  |     @PostMapping("/udiwms/pdf/template/inspection/order/file") | 
			
		
	
		
		
			
				
					
					|  |  |  |     public BaseResponse inspectionStockOrderPDFFromTemplateFile(@RequestBody FilterOrderPrintRequest filterOrderPrintRequest){ |  |  |  |     public BaseResponse inspectionStockOrderPDFFromTemplateFile(@RequestBody FilterOrderPrintRequest filterOrderPrintRequest) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         SystemPDFTemplateRelevanceEntity systemPDFTemplateRelevanceEntityt=systemPDFTemplateRelevanceService.selectModuleldAndAction(filterOrderPrintRequest.getModuleId(),filterOrderPrintRequest.getAction()); |  |  |  |         SystemPDFTemplateRelevanceEntity systemPDFTemplateRelevanceEntityt = systemPDFTemplateRelevanceService.selectModuleldAndAction(filterOrderPrintRequest.getModuleId(), filterOrderPrintRequest.getAction()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       if(systemPDFTemplateRelevanceEntityt!=null){ |  |  |  |         if (systemPDFTemplateRelevanceEntityt != null) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |          SystemPDFTemplateEntity systemPDFTemplateEntity=systemPDFTemplateService.selectById(systemPDFTemplateRelevanceEntityt.getTemplateId()+""); |  |  |  |             SystemPDFTemplateEntity systemPDFTemplateEntity = systemPDFTemplateService.selectById(systemPDFTemplateRelevanceEntityt.getTemplateId() + ""); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |          if (systemPDFTemplateEntity==null){ |  |  |  |             if (systemPDFTemplateEntity == null) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |              return ResultVOUtils.error(999,"所属模板错误!"); |  |  |  |                 return ResultVOUtils.error(999, "所属模板错误!"); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |          }else{ |  |  |  |             } else { | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 return ResultVOUtils.success(systemPDFTemplateEntity.getId()); |  |  |  |                 return ResultVOUtils.success(systemPDFTemplateEntity.getId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |       }else{ |  |  |  |         } else { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           return ResultVOUtils.error(999,"所属模板错误!"); |  |  |  |             return ResultVOUtils.error(999, "所属模板错误!"); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
	
		
		
			
				
					|  |  | @ -100,20 +100,20 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");//定义新的日期格式
 |  |  |  |         SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");//定义新的日期格式
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         //查询打印格式
 |  |  |  |         //查询打印格式
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         BasicBussinessTypeEntity basicBussinessTypeEntity=basicBussinessTypeService.findByAction(filterOrderPrintRequest.getAction()); |  |  |  |         BasicBussinessTypeEntity basicBussinessTypeEntity = basicBussinessTypeService.findByAction(filterOrderPrintRequest.getAction()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         //根据批次号打印
 |  |  |  |         //根据批次号打印
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         if(basicBussinessTypeEntity.getOrderVisibleType()==0){ |  |  |  |         if (basicBussinessTypeEntity.getOrderVisibleType() == 0) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             //查询单据表
 |  |  |  |             //查询单据表
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             FilterOrderRequest filterOrderRequest=new FilterOrderRequest(); |  |  |  |             FilterOrderRequest filterOrderRequest = new FilterOrderRequest(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             filterOrderRequest.setBillNo(filterOrderPrintRequest.getOrderIdFk()); |  |  |  |             filterOrderRequest.setBillNo(filterOrderPrintRequest.getOrderIdFk()); | 
			
		
	
		
		
			
				
					
					|  |  |  |             IoOrderResponse ioOrderResponse= ioOrderService.filterList(filterOrderRequest).get(0); |  |  |  |             IoOrderResponse ioOrderResponse = ioOrderService.filterList(filterOrderRequest).get(0); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             //查询业务单详情
 |  |  |  |             //查询业务单详情
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             List<IoOrderDetailBizEntity> ioOrderDetailBizEntityList=ioOrderDetailBizService.findByOrderId(filterOrderPrintRequest.getOrderIdFk()); |  |  |  |             List<IoOrderDetailBizEntity> ioOrderDetailBizEntityList = ioOrderDetailBizService.findByOrderId(filterOrderPrintRequest.getOrderIdFk()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             int i = 1; |  |  |  |             int i = 1; | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (ioOrderDetailBizEntityList != null && ioOrderDetailBizEntityList.size() > 0) { |  |  |  |             if (ioOrderDetailBizEntityList != null && ioOrderDetailBizEntityList.size() > 0) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 for (IoOrderDetailBizEntity obj : ioOrderDetailBizEntityList) { |  |  |  |                 for (IoOrderDetailBizEntity obj : ioOrderDetailBizEntityList) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     //查询产品表
 |  |  |  |                     //查询产品表
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                     UdiProductEntity udiProductEntity=udiProductService.findByUuid(obj.getUuidFk()); |  |  |  |                     UdiProductEntity udiProductEntity = udiProductService.findByUuid(obj.getUuidFk()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     //组装数据
 |  |  |  |                     //组装数据
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                     Map<String, Object> bizData = new HashMap<>(); |  |  |  |                     Map<String, Object> bizData = new HashMap<>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("index", i); |  |  |  |                     bizData.put("index", i); | 
			
		
	
	
		
		
			
				
					|  |  | @ -123,43 +123,45 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); |  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark1", obj.getRemark1() == null ? ' ' : obj.getRemark1()); |  |  |  |                     bizData.put("remark1", obj.getRemark1() == null ? ' ' : obj.getRemark1()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark2", obj.getRemark2() == null ? ' ' : obj.getRemark2()); |  |  |  |                     bizData.put("remark2", obj.getRemark2() == null ? ' ' : obj.getRemark2()); | 
			
		
	
		
		
			
				
					
					|  |  |  | //                bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms());
 |  |  |  |                     bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spmc", obj.getCoName() == null ? ' ' : obj.getCoName()); |  |  |  |                     bizData.put("spmc", obj.getCoName() == null ? ' ' : obj.getCoName()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spec", obj.getSpec() == null ? ' ' : obj.getSpec()); |  |  |  |                     bizData.put("spec", obj.getSpec() == null ? ' ' : obj.getSpec()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("count", obj.getCount()); |  |  |  |                     bizData.put("count", obj.getCount()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("measname", obj.getMeasname() == null ? ' ' : obj.getMeasname()); |  |  |  |                     bizData.put("measname", obj.getMeasname() == null ? ' ' : obj.getMeasname()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("price", obj.getPrice() == null ? '0' : obj.getPrice()); |  |  |  |                     bizData.put("price", obj.getPrice() == null ? '0' : obj.getPrice()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("batchNo", obj.getBatchNo() == null ? ' ' : obj.getBatchNo()); |  |  |  |                     bizData.put("batchNo", obj.getBatchNo() == null ? ' ' : obj.getBatchNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  | //                bizData.put("serialNo", udiProductEntity.getSerialNo() == null ? ' ' : udiProductEntity.getSerialNo());
 |  |  |  |                     bizData.put("serialNo", udiProductEntity.getSerialNo() == null ? ' ' : udiProductEntity.getSerialNo()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("productDate",obj.getProductDate()); |  |  |  |                     bizData.put("productDate", obj.getProductDate()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("expireDate", obj.getExpireDate()); |  |  |  |                     bizData.put("expireDate", obj.getExpireDate()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("manufactor", obj.getManufacturer()); |  |  |  |                     bizData.put("manufactor", obj.getManufacturer()); | 
			
		
	
		
		
			
				
					
					|  |  |  | //                bizData.put("zczbhhzbapzbh",udiProductEntity.getZczbhhzbapzbh() == null ? ' ' : udiProductEntity.getZczbhhzbapzbh());
 |  |  |  |                     bizData.put("zczbhhzbapzbh", udiProductEntity.getZczbhhzbapzbh() == null ? ' ' : udiProductEntity.getZczbhhzbapzbh()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | //                bizData.put("ylqxzcrbarmc", udiProductEntity.getYlqxzcrbarmc() == null ? ' ' : udiProductEntity.getYlqxzcrbarmc());
 |  |  |  |                     bizData.put("ylqxzcrbarmc", udiProductEntity.getYlqxzcrbarmc() == null ? ' ' : udiProductEntity.getYlqxzcrbarmc()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     list.add(bizData); |  |  |  |                     list.add(bizData); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     i++; |  |  |  |                     i++; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } |  |  |  |                 } | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         }else{ |  |  |  |         } else { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             //查询单据表
 |  |  |  |             //查询单据表
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             FilterOrderRequest filterOrderRequest=new FilterOrderRequest(); |  |  |  |             FilterOrderRequest filterOrderRequest = new FilterOrderRequest(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             filterOrderRequest.setBillNo(filterOrderPrintRequest.getOrderIdFk()); |  |  |  |             filterOrderRequest.setBillNo(filterOrderPrintRequest.getOrderIdFk()); | 
			
		
	
		
		
			
				
					
					|  |  |  |             IoOrderResponse ioOrderResponse= ioOrderService.filterList(filterOrderRequest).get(0); |  |  |  |             IoOrderResponse ioOrderResponse = ioOrderService.filterList(filterOrderRequest).get(0); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             //查询扫码单详情
 |  |  |  |             //查询扫码单详情
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             List<IoCodeEntity> ioCodeEntityList=ioCodeService.findByOrderId(filterOrderPrintRequest.getOrderIdFk()); |  |  |  |             List<IoCodeEntity> ioCodeEntityList = ioCodeService.findByOrderId(filterOrderPrintRequest.getOrderIdFk()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             //查询业务单据表
 |  |  |  |             //查询业务单据表
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             List<IoOrderDetailBizEntity> ioOrderDetailBizEntityList=ioOrderDetailBizService.findByOrderId(filterOrderPrintRequest.getOrderIdFk()); |  |  |  |             List<IoOrderDetailBizEntity> ioOrderDetailBizEntityList = ioOrderDetailBizService.findByOrderId(filterOrderPrintRequest.getOrderIdFk()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             int i = 1; |  |  |  |             int i = 1; | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (ioCodeEntityList != null && ioCodeEntityList.size() > 0) { |  |  |  |             if (ioCodeEntityList != null && ioCodeEntityList.size() > 0) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 IoOrderDetailBizEntity ioOrderDetailBizEntity=new IoOrderDetailBizEntity(); |  |  |  |                 IoOrderDetailBizEntity ioOrderDetailBizEntity = new IoOrderDetailBizEntity(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 for (IoCodeEntity obj : ioCodeEntityList) { |  |  |  |                 for (IoCodeEntity obj : ioCodeEntityList) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     //查询业务表
 |  |  |  |                     //查询业务表
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                    for(IoOrderDetailBizEntity ioObj:ioOrderDetailBizEntityList){ |  |  |  |                     for (IoOrderDetailBizEntity ioObj : ioOrderDetailBizEntityList) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         if(ioObj.getBatchNo().equals(obj.getBatchNo()) && ioObj.getBindRlFk().equals(obj.getRelId())){ |  |  |  |                         if (ioObj.getBatchNo().equals(obj.getBatchNo()) && ioObj.getBindRlFk().equals(obj.getRelId())) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                             ioOrderDetailBizEntity=ioObj; |  |  |  |                             ioOrderDetailBizEntity = ioObj; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                             break; |  |  |  |                             break; | 
			
		
	
		
		
			
				
					
					|  |  |  |                         } |  |  |  |                         } | 
			
		
	
		
		
			
				
					
					|  |  |  |                     } |  |  |  |                     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     //查询产品表
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     UdiProductEntity udiProductEntity = udiProductService.findByUuid(ioOrderDetailBizEntity.getUuidFk()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     //组装数据
 |  |  |  |                     //组装数据
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                     Map<String, Object> bizData = new HashMap<>(); |  |  |  |                     Map<String, Object> bizData = new HashMap<>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("index", i); |  |  |  |                     bizData.put("index", i); | 
			
		
	
	
		
		
			
				
					|  |  | @ -169,7 +171,7 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); |  |  |  |                     bizData.put("billdate", formatter.format(ioOrderResponse.getCreateTime())); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark1", ioOrderDetailBizEntity.getRemark1() == null ? ' ' : ioOrderDetailBizEntity.getRemark1()); |  |  |  |                     bizData.put("remark1", ioOrderDetailBizEntity.getRemark1() == null ? ' ' : ioOrderDetailBizEntity.getRemark1()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("remark2", ioOrderDetailBizEntity.getRemark2() == null ? ' ' : ioOrderDetailBizEntity.getRemark2()); |  |  |  |                     bizData.put("remark2", ioOrderDetailBizEntity.getRemark2() == null ? ' ' : ioOrderDetailBizEntity.getRemark2()); | 
			
		
	
		
		
			
				
					
					|  |  |  | //                bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms());
 |  |  |  |                     bizData.put("productName", udiProductEntity.getCpms() == null ? ' ' : udiProductEntity.getCpms()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spmc", ioOrderDetailBizEntity.getCoName() == null ? ' ' : ioOrderDetailBizEntity.getCoName()); |  |  |  |                     bizData.put("spmc", ioOrderDetailBizEntity.getCoName() == null ? ' ' : ioOrderDetailBizEntity.getCoName()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("spec", ioOrderDetailBizEntity.getSpec() == null ? ' ' : ioOrderDetailBizEntity.getSpec()); |  |  |  |                     bizData.put("spec", ioOrderDetailBizEntity.getSpec() == null ? ' ' : ioOrderDetailBizEntity.getSpec()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("count", ioOrderDetailBizEntity.getCount()); |  |  |  |                     bizData.put("count", ioOrderDetailBizEntity.getCount()); | 
			
		
	
	
		
		
			
				
					|  |  | @ -177,11 +179,11 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("price", ioOrderDetailBizEntity.getPrice() == null ? '0' : ioOrderDetailBizEntity.getPrice()); |  |  |  |                     bizData.put("price", ioOrderDetailBizEntity.getPrice() == null ? '0' : ioOrderDetailBizEntity.getPrice()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("batchNo", ioOrderDetailBizEntity.getBatchNo() == null ? ' ' : ioOrderDetailBizEntity.getBatchNo()); |  |  |  |                     bizData.put("batchNo", ioOrderDetailBizEntity.getBatchNo() == null ? ' ' : ioOrderDetailBizEntity.getBatchNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("serialNo", obj.getSerialNo() == null ? ' ' : obj.getSerialNo()); |  |  |  |                     bizData.put("serialNo", obj.getSerialNo() == null ? ' ' : obj.getSerialNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("productDate",ioOrderDetailBizEntity.getProductDate()); |  |  |  |                     bizData.put("productDate", ioOrderDetailBizEntity.getProductDate()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("expireDate", ioOrderDetailBizEntity.getExpireDate()); |  |  |  |                     bizData.put("expireDate", ioOrderDetailBizEntity.getExpireDate()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     bizData.put("manufactor", ioOrderDetailBizEntity.getManufacturer()); |  |  |  |                     bizData.put("manufactor", ioOrderDetailBizEntity.getManufacturer()); | 
			
		
	
		
		
			
				
					
					|  |  |  | //                bizData.put("zczbhhzbapzbh",udiProductEntity.getZczbhhzbapzbh() == null ? ' ' : udiProductEntity.getZczbhhzbapzbh());
 |  |  |  |                     bizData.put("zczbhhzbapzbh", udiProductEntity.getZczbhhzbapzbh() == null ? ' ' : udiProductEntity.getZczbhhzbapzbh()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | //                bizData.put("ylqxzcrbarmc", udiProductEntity.getYlqxzcrbarmc() == null ? ' ' : udiProductEntity.getYlqxzcrbarmc());
 |  |  |  |                     bizData.put("ylqxzcrbarmc", udiProductEntity.getYlqxzcrbarmc() == null ? ' ' : udiProductEntity.getYlqxzcrbarmc()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     list.add(bizData); |  |  |  |                     list.add(bizData); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     i++; |  |  |  |                     i++; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } |  |  |  |                 } | 
			
		
	
	
		
		
			
				
					|  |  | @ -189,8 +191,6 @@ public class BasicOrderPrintController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         data.put("data", list); |  |  |  |         data.put("data", list); | 
			
		
	
		
		
			
				
					
					|  |  |  |         String param = JSON.toJSONString(data); |  |  |  |         String param = JSON.toJSONString(data); | 
			
		
	
		
		
			
				
					
					|  |  |  |         JasperUtils.jasperReport(request, response, param, systemPDFTemplateEntity.getPath(), "pdf"); |  |  |  |         JasperUtils.jasperReport(request, response, param, systemPDFTemplateEntity.getPath(), "pdf"); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |