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