UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java
@@ -43,7 +43,7 @@ * @param id * @throws Exception */ ResultUtil pushOrderPrivateCar(Integer id) throws Exception; ResultUtil pushOrderPrivateCar(Integer uid, Integer id, Integer language) throws Exception; @@ -65,7 +65,7 @@ * @param uid * @throws Exception */ ResultUtil addCancle(Integer id, String reason, String remark, Integer uid) throws Exception; ResultUtil addCancle(Integer id, String reason, String remark, Integer uid, Integer language) throws Exception; /**