| 
						
						
							
								
							
						
						
					 | 
					@ -69,8 +69,8 @@ public class CodeCustomerServiceImpl extends BaseServiceImpl<CodeCustomerDao, Co | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							return ConvertUtils.sourceToTarget(entityList, CodeCustomerDTO.class); | 
					 | 
					 | 
							return ConvertUtils.sourceToTarget(entityList, CodeCustomerDTO.class); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						} | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    private QueryWrapper<CodeCustomerEntity> getWrapper(Map<String, Object> params){ | 
					 | 
					 | 
						private QueryWrapper<CodeCustomerEntity> getWrapper(Map<String, Object> params) { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        String id = (String)params.get(FieldConstant.ID_HUMP); | 
					 | 
					 | 
							String id = (String) params.get(FieldConstant.ID_HUMP); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							QueryWrapper<CodeCustomerEntity> wrapper = new QueryWrapper<>(); | 
					 | 
					 | 
							QueryWrapper<CodeCustomerEntity> wrapper = new QueryWrapper<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							wrapper.eq(StringUtils.isNotBlank(id), FieldConstant.ID, id); | 
					 | 
					 | 
							wrapper.eq(StringUtils.isNotBlank(id), FieldConstant.ID, id); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -119,6 +119,11 @@ public class CodeCustomerServiceImpl extends BaseServiceImpl<CodeCustomerDao, Co | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							return baseDao.selectAuditingCodeList(source); | 
					 | 
					 | 
							return baseDao.selectAuditingCodeList(source); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						} | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
						@Override | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
						public CodeCustomerDTO getUploadCodeByCustomer(String customerId, String clientType) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
							return baseDao.selectUploadCodeByCustomer(customerId, clientType); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						@Override | 
					 | 
					 | 
						@Override | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						public void deleteCode(String customerId, String clientType) { | 
					 | 
					 | 
						public void deleteCode(String customerId, String clientType) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							baseDao.deleteCode(customerId, clientType); | 
					 | 
					 | 
							baseDao.deleteCode(customerId, clientType); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |