xuhy
7 天以前 bd302407c40d73b3216fe5c38433e08afd9c5962
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;
    /**