| | |
| | | } |
| | | orderCrossCity.setAbnormalIntro(abnormalIntro); |
| | | orderCrossCity.setAbnormalImg(abnormalImg); |
| | | orderCrossCity.setAbnormal(1); |
| | | orderCrossCity.setAbnormal(2); |
| | | this.baseMapper.updateById(orderCrossCity); |
| | | } |
| | | |
| | |
| | | } |
| | | orderPrivateCar.setAbnormalIntro(abnormalIntro); |
| | | orderPrivateCar.setAbnormalImg(abnormalImg); |
| | | orderPrivateCar.setAbnormal(1); |
| | | orderPrivateCar.setAbnormal(2); |
| | | this.baseMapper.updateById(orderPrivateCar); |
| | | |
| | | } |
| | |
| | | } |
| | | orderTaxi.setAbnormalIntro(abnormalIntro); |
| | | orderTaxi.setAbnormalImg(abnormalImg); |
| | | orderTaxi.setAbnormal(1); |
| | | orderTaxi.setAbnormal(2); |
| | | this.baseMapper.updateById(orderTaxi); |
| | | } |
| | | |