更新10.16
This commit is contained in:
parent
b78e2a0f1d
commit
4bcc6fbe02
@ -510,7 +510,6 @@ public class FleetInfoServiceImpl extends ServiceImpl<FleetInfoMapper, FleetInfo
|
|||||||
if (ObjectUtil.isEmpty(fleetConsumeRecord)) {
|
if (ObjectUtil.isEmpty(fleetConsumeRecord)) {
|
||||||
throw new RuntimeException("车队订单不存在");
|
throw new RuntimeException("车队订单不存在");
|
||||||
}
|
}
|
||||||
if ("paid".equals(fleetConsumeRecord.getOrderStatus())) {
|
|
||||||
//退款金额
|
//退款金额
|
||||||
Double refundMoney = fleetConsumeRecord.getNetReceiptsAmount();
|
Double refundMoney = fleetConsumeRecord.getNetReceiptsAmount();
|
||||||
//获取当前车队卡
|
//获取当前车队卡
|
||||||
@ -539,8 +538,6 @@ public class FleetInfoServiceImpl extends ServiceImpl<FleetInfoMapper, FleetInfo
|
|||||||
fleetConsumeRecord.setUpdateBy(nowAccountInfo.getStaffId().toString());
|
fleetConsumeRecord.setUpdateBy(nowAccountInfo.getStaffId().toString());
|
||||||
return fleetConsumeRecordMapper.updateById(fleetConsumeRecord);
|
return fleetConsumeRecordMapper.updateById(fleetConsumeRecord);
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user