|  | @ -43,7 +43,7 @@ public class BaseOrgService extends BaseJpaService<BaseOrgDO, BaseOrgDao> {
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     //生活照料服务机构 存在服务项的机构
 |  |     //生活照料服务机构 存在服务项的机构
 | 
												
													
														
															|  |     public List<Map<String, Object>> findLifeOrg(){
 |  |     public List<Map<String, Object>> findLifeOrg(){
 | 
												
													
														
															|  |         String findLifesql = "SELECT DISTINCT o.`code` as code,o.`name` as name FROM base_org o,base_life_care_item_dict d WHERE o.type = '3' and o.del = 1 and o.`code` = d.org_code";
 |  | 
 | 
												
													
														
															|  | 
 |  |         String findLifesql = "SELECT DISTINCT o.`code` as code,o.`name` as name,o.address AS address,o.photo AS photo  FROM base_org o,base_life_care_item_dict d WHERE o.type = '3' and o.del = 1 and o.`code` = d.org_code";
 | 
												
													
														
															|  |         List<Map<String, Object>> maps = jdbcTemplate.queryForList(findLifesql);
 |  |         List<Map<String, Object>> maps = jdbcTemplate.queryForList(findLifesql);
 | 
												
													
														
															|  |         if (maps.size()==0) {
 |  |         if (maps.size()==0) {
 | 
												
													
														
															|  |             return null;
 |  |             return null;
 |