puzhibing
2023-12-01 dae4651a80ac06f432a2ff448a199afb6dc0d2b3
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java
@@ -54,7 +54,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil<BaseWarpper> queryCancleAmount(Integer id) throws Exception;
    ResultUtil<BaseWarpper> queryCancleAmount(Integer id, Integer language) throws Exception;
@@ -104,7 +104,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryCoupon(Integer orderId, Integer uid, Integer pageNum, Integer size) throws Exception;
    List<Map<String, Object>> queryCoupon(Integer language, Integer orderId, Integer uid, Integer pageNum, Integer size) throws Exception;
@@ -184,7 +184,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryMyOrderList(Integer uid, Integer pageNum, Integer size) throws Exception;
    List<Map<String, Object>> queryMyOrderList(Integer language, Integer uid, Integer pageNum, Integer size) throws Exception;
@@ -199,7 +199,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryInvoiceOrder(Integer type, Date startTime, Date endTime, Double startMoney,
    List<Map<String, Object>> queryInvoiceOrder(Integer language, Integer type, Date startTime, Date endTime, Double startMoney,
                                                Double endMoney, Integer uid) throws Exception;
@@ -209,7 +209,7 @@
     * @param orderId
     * @return
     */
    Map<String, Object> queryOrderInfo(Integer orderId) throws Exception;
    Map<String, Object> queryOrderInfo(Integer language, Integer orderId) throws Exception;
@@ -219,7 +219,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryMyTravelRecord(Integer uid) throws Exception;
    List<Map<String, Object>> queryMyTravelRecord(Integer language, Integer uid) throws Exception;
@@ -247,5 +247,5 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryRedEnvelope(Integer uid) throws Exception;
    List<Map<String, Object>> queryRedEnvelope(Integer language, Integer uid) throws Exception;
}