|  |  | @ -101,6 +101,7 @@ public class IcPartyUnitServiceImpl extends BaseServiceImpl<IcPartyUnitDao, IcPa | 
			
		
	
		
			
				
					|  |  |  |         wrapper.like(StringUtils.isNotBlank(formDTO.getContactMobile()), IcPartyUnitEntity::getContactMobile, formDTO.getContactMobile()); | 
			
		
	
		
			
				
					|  |  |  |         wrapper.orderByDesc(IcPartyUnitEntity::getUpdatedTime); | 
			
		
	
		
			
				
					|  |  |  |         List<IcPartyUnitEntity> list = baseDao.selectList(wrapper); | 
			
		
	
		
			
				
					|  |  |  |         PageInfo<IcPartyUnitEntity> pageInfo = new PageInfo<>(list); | 
			
		
	
		
			
				
					|  |  |  |         List<IcPartyUnitDTO> dtoList = ConvertUtils.sourceToTarget(list, IcPartyUnitDTO.class); | 
			
		
	
		
			
				
					|  |  |  |         Result<Map<String, String>> unitTypeMap =  epmetAdminOpenFeignClient.dictMap(DictTypeEnum.PARTY_UNIT_TYPE.getCode()); | 
			
		
	
		
			
				
					|  |  |  |         SubCodeFormDTO codeFormDTO = new SubCodeFormDTO(); | 
			
		
	
	
		
			
				
					|  |  | @ -121,7 +122,6 @@ public class IcPartyUnitServiceImpl extends BaseServiceImpl<IcPartyUnitDao, IcPa | 
			
		
	
		
			
				
					|  |  |  |                 item.setSatisfaction(new BigDecimal(item.getSatisfaction()).setScale(2,BigDecimal.ROUND_HALF_UP).toString()); | 
			
		
	
		
			
				
					|  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |         }); | 
			
		
	
		
			
				
					|  |  |  |         PageInfo<IcPartyUnitDTO> pageInfo = new PageInfo<>(dtoList); | 
			
		
	
		
			
				
					|  |  |  |         return new PageData<>(dtoList, pageInfo.getTotal()); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |