yujian
2020-06-09 82f9f3d246a2b73ffc731415c36653b26ee081d8
dingdd
1个文件已修改
4 ■■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java
@@ -444,10 +444,10 @@
     */
    public List<CommonOrderVO> getOrderList(AcceptData acceptData, Integer page, Long uid, Integer state, Integer type,
            Integer orderState, String orderNo, String startTime, String endTime, Integer dateType,
            List<Integer> listSource, boolean notBackSuVip) throws CommonOrderException, Exception;
            List<Integer> listSource) throws CommonOrderException, Exception;
    long countOrderList(Long uid, Integer state, Integer type, Integer orderState, String orderNo, String startTime,
            String endTime, Integer dateType, List<Integer> listSource, boolean notBackSuVip) throws CommonOrderException;
            String endTime, Integer dateType, List<Integer> listSource);
    /**
     * 维权金额计算