|  | @ -298,8 +298,8 @@ public class RehabilitationPlanService extends BaseJpaService<RehabilitationPlan
 | 
												
													
														
															|  |         patientRehabilitationPlanDao.updateServicePackageId(planId, servicePackageId);
 |  |         patientRehabilitationPlanDao.updateServicePackageId(planId, servicePackageId);
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     public MixEnvelop<String,String> createServiceQrCode(String planDetailId,String doctorCode){
 |  | 
 | 
												
													
														
															|  |         RehabilitationDetailDO rehabilitationDetailDO = rehabilitationDetailDao.findById(planDetailId);
 |  | 
 | 
												
													
														
															|  | 
 |  |     public MixEnvelop<String,String> createServiceQrCode(String planDetailId,String doctorCode,String imageUrl){
 | 
												
													
														
															|  | 
 |  |         /*RehabilitationDetailDO rehabilitationDetailDO = rehabilitationDetailDao.findById(planDetailId);
 | 
												
													
														
															|  |         String fileUrl = "";
 |  |         String fileUrl = "";
 | 
												
													
														
															|  |         if (rehabilitationDetailDO!=null) {
 |  |         if (rehabilitationDetailDO!=null) {
 | 
												
													
														
															|  |             if (org.apache.commons.lang3.StringUtils.isNotBlank(rehabilitationDetailDO.getServiceQrCode())) {
 |  |             if (org.apache.commons.lang3.StringUtils.isNotBlank(rehabilitationDetailDO.getServiceQrCode())) {
 | 
												
											
												
													
														
															|  | @ -341,8 +341,11 @@ public class RehabilitationPlanService extends BaseJpaService<RehabilitationPlan
 | 
												
													
														
															|  |                 String sql = "update wlyy_rehabilitation_plan_detail set service_qr_code='" + fileUrl + "' where id='" + planDetailId + "'";
 |  |                 String sql = "update wlyy_rehabilitation_plan_detail set service_qr_code='" + fileUrl + "' where id='" + planDetailId + "'";
 | 
												
													
														
															|  |                 jdbcTemplate.update(sql);
 |  |                 jdbcTemplate.update(sql);
 | 
												
													
														
															|  |             }
 |  |             }
 | 
												
													
														
															|  |         }
 |  | 
 | 
												
													
														
															|  |         return MixEnvelop.getSuccess("获取二维码成功!",fileUrl);
 |  | 
 | 
												
													
														
															|  | 
 |  |         }*/
 | 
												
													
														
															|  | 
 |  |         //更新到康复计划居民关系表中
 | 
												
													
														
															|  | 
 |  |         String sql = "update wlyy_rehabilitation_plan_detail set service_qr_code='" + imageUrl + "' where id='" + planDetailId + "'";
 | 
												
													
														
															|  | 
 |  |         jdbcTemplate.update(sql);
 | 
												
													
														
															|  | 
 |  |         return MixEnvelop.getSuccess("获取二维码成功!",imageUrl);
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     public Map<String,Object> checkAfterQrCode(String planDetailId,String patietCode)throws Exception{
 |  |     public Map<String,Object> checkAfterQrCode(String planDetailId,String patietCode)throws Exception{
 |