| 
					
				 | 
			
			
				@ -223,6 +223,9 @@ public class BasePatientEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     *   签约日期 开始时间为当前时间,结束时间为2023-12-31 23:59:59 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     *   patientLabelDO.setLabelType("1");  居民标签类型 固定为能力完好 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     *   patientLabelDO.setLabelCode("0");  居民标签类型 固定为能力完好 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     *   姓名	性别	年龄	身份证号	      联系方式	   小区	            地址	                 签约团队	        能力类型 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * 沈xxx	女	    88	330103xxxxxxxx0720	1525xxxx711	朝晖九区	朝晖九区10幢4单元103	    虹园/稻香园服务团队	    能力完好 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * 沈xxx	女	    86	330103xxxxxxxx0720	1525xxxx711	朝晖九区	朝晖九区天盛居4幢1202室	  大木桥服务团队	    能力完好 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * @param request 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * @param file 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     * @return 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -317,6 +320,7 @@ public class BasePatientEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                String salt = UUID.randomUUID().toString().substring(0,5); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                basePatientVO.setPassword(MD5.md5Hex(pw + "{" + salt + "}")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                basePatientVO.setSalt(salt); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                basePatientVO.setResidentialArea(residentialArea); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                infoMap.put("idcard",idcard); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                infoMap.put("signTeam",signTeam); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                infoMap.put("label",label); 
			 |