| | |
| | | } |
| | | orderTaxi.setAbnormalIntro(abnormalIntro); |
| | | orderTaxi.setAbnormalImg(abnormalImg); |
| | | orderTaxi.setAbnormal(1); |
| | | orderTaxi.setAbnormal(2); |
| | | this.baseMapper.updateById(orderTaxi); |
| | | } |
| | | |
| | |
| | | BigDecimal bigDecimal = tDriverPromotionActivity.getCommissionRatio().divide(new BigDecimal(100), 2, RoundingMode.HALF_UP).multiply(new BigDecimal(payMoney)).setScale(2, RoundingMode.HALF_UP); |
| | | orderTaxi.setPromotionDriverId(userInfo.getBindDriverId()); |
| | | orderTaxi.setPromotionMoney(bigDecimal); |
| | | orderTaxi.setPromotionActivityId(tDriverPromotionActivity.getId()); |
| | | this.baseMapper.updateById(orderTaxi); |
| | | } |
| | | } |