| | |
| | | * @throws Exception |
| | | */ |
| | | @Override |
| | | public void saveData(Integer driverId, String reason, String description, Integer uid, Integer language) throws Exception { |
| | | public void saveData(Integer orderId, Integer orderType, Integer driverId, String reason, String description, Integer uid, Integer language) throws Exception { |
| | | if(ToolUtil.isNotEmpty(description)){ |
| | | List<SensitiveWords> sensitiveWords = sensitiveWordsMapper.selectList(null); |
| | | for(SensitiveWords s : sensitiveWords){ |
| | |
| | | complaint.setInsertTime(new Date()); |
| | | complaint.setDriverId(driverId); |
| | | complaint.setReason(reason); |
| | | complaint.setOrderId(orderId); |
| | | complaint.setOrderType(orderType); |
| | | complaint.setDescription(description); |
| | | complaint.setUserId(uid); |
| | | complaint.setIsHandle(0); |