|  | @@ -74,11 +74,11 @@ public class TFeesServiceImpl implements ITFeesService {
 | 
											
												
													
														|  |      @Override
 |  |      @Override
 | 
											
												
													
														|  |      @Transactional
 |  |      @Transactional
 | 
											
												
													
														|  |      public AjaxResult updateTFees(TFees tFees) {
 |  |      public AjaxResult updateTFees(TFees tFees) {
 | 
											
												
													
														|  | -        String modify = tFeesMapper.selectTFeesModify(tFees);
 |  | 
 | 
											
												
													
														|  | 
 |  | +      /*  String modify = tFeesMapper.selectTFeesModify(tFees);
 | 
											
												
													
														|  |          if ("F".equals(modify)) {
 |  |          if ("F".equals(modify)) {
 | 
											
												
													
														|  |              TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
 |  |              TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
 | 
											
												
													
														|  |              return AjaxResult.error("该费用不允许修改数据");
 |  |              return AjaxResult.error("该费用不允许修改数据");
 | 
											
												
													
														|  | -        }
 |  | 
 | 
											
												
													
														|  | 
 |  | +        }*/
 | 
											
												
													
														|  |          tFees.setUpdateTime(DateUtils.getNowDate());
 |  |          tFees.setUpdateTime(DateUtils.getNowDate());
 | 
											
												
													
														|  |          tFeesMapper.updateTFees(tFees);
 |  |          tFeesMapper.updateTFees(tFees);
 | 
											
												
													
														|  |          return AjaxResult.success();
 |  |          return AjaxResult.success();
 |