|  | @@ -10,6 +10,7 @@ import com.yonge.cooleshow.biz.dal.entity.SysGoodsPrice;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.biz.dal.wrapper.SysGoodsPriceWrapper;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.biz.dal.mapper.SysGoodsPriceMapper;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.biz.dal.service.SysGoodsPriceService;
 | 
	
		
			
				|  |  | +import org.springframework.transaction.annotation.Transactional;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * 商品价格设置
 | 
	
	
		
			
				|  | @@ -47,6 +48,7 @@ public class SysGoodsPriceServiceImpl extends ServiceImpl<SysGoodsPriceMapper, S
 | 
	
		
			
				|  |  |       * @param sysGoodsPrice SysGoodsPriceWrapper.SysGoodsPrice
 | 
	
		
			
				|  |  |       * @return Boolean
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | +    @Transactional(rollbackFor = Exception.class)
 | 
	
		
			
				|  |  |      @Override
 | 
	
		
			
				|  |  |      public Boolean add(SysGoodsPriceWrapper.SysGoodsPrice sysGoodsPrice) {    	
 | 
	
		
			
				|  |  |          
 | 
	
	
		
			
				|  | @@ -58,6 +60,7 @@ public class SysGoodsPriceServiceImpl extends ServiceImpl<SysGoodsPriceMapper, S
 | 
	
		
			
				|  |  |       * @param sysGoodsPrice SysGoodsPriceWrapper.SysGoodsPrice
 | 
	
		
			
				|  |  |       * @return Boolean
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | +    @Transactional(rollbackFor = Exception.class)
 | 
	
		
			
				|  |  |      @Override
 | 
	
		
			
				|  |  |      public Boolean update(SysGoodsPriceWrapper.SysGoodsPrice sysGoodsPrice){
 | 
	
		
			
				|  |  |  
 |