| 
						
						
						
					 | 
					 | 
					@ -1,6 +1,7 @@
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					package com.glxp.api.service.thrsys.impl;
 | 
					 | 
					 | 
					 | 
					package com.glxp.api.service.thrsys.impl;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import cn.hutool.core.bean.BeanUtil;
 | 
					 | 
					 | 
					 | 
					import cn.hutool.core.bean.BeanUtil;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					import cn.hutool.core.bean.copier.CopyOptions;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import cn.hutool.core.collection.CollUtil;
 | 
					 | 
					 | 
					 | 
					import cn.hutool.core.collection.CollUtil;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import cn.hutool.core.date.DateUtil;
 | 
					 | 
					 | 
					 | 
					import cn.hutool.core.date.DateUtil;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import cn.hutool.core.util.StrUtil;
 | 
					 | 
					 | 
					 | 
					import cn.hutool.core.util.StrUtil;
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -188,6 +189,7 @@ public class ThrProductsServiceImpl extends ServiceImpl<ThrProductsDao, ThrProdu
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    } else {
 | 
					 | 
					 | 
					 | 
					                    } else {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        boolean isChange = verifyDataChange(thrProductsEntity, item);
 | 
					 | 
					 | 
					 | 
					                        boolean isChange = verifyDataChange(thrProductsEntity, item);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        if (isChange) {
 | 
					 | 
					 | 
					 | 
					                        if (isChange) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                            BeanUtil.copyProperties(item,thrProductsEntity,new CopyOptions().setIgnoreNullValue(true));
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            thrProductsEntity.setUpdateTime(new Date());
 | 
					 | 
					 | 
					 | 
					                            thrProductsEntity.setUpdateTime(new Date());
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            thrProductsDao.updateEntityById(thrProductsEntity);
 | 
					 | 
					 | 
					 | 
					                            thrProductsDao.updateEntityById(thrProductsEntity);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        }
 | 
					 | 
					 | 
					 | 
					                        }
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |