无关风月
2025-09-04 f4c8c73bc5181b6d3265c6a0ce19ae13c600baa3
UserZYTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IPaymentRecordService.java
@@ -17,7 +17,7 @@
     * @throws Exception
     */
    Integer saveData(Integer category, Integer userId, Integer type, Integer orderId, Integer orderType, Integer payType,
                  Double amount, String code, Integer state) throws Exception;
                  Double amount, String code, Integer state, String serialNumber) throws Exception;
    /**