yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/CommonOrderMapper.java
@@ -27,7 +27,7 @@
   List<CommonOrderVO> listUserOrder(@Param("start") long start, @Param("count") int count, @Param("uid") Long uid,
         @Param("state") Integer state, @Param("type") Integer type, @Param("orderState") Integer orderState,
         @Param("orderNo") String orderNo, @Param("startTime") String startTime, @Param("endTime") String endTime,
         @Param("day") Integer day, @Param("source") Integer source);
         @Param("day") Integer day, @Param("listSource") List<Integer> listSource);
   /**
    * 统计用户订单 并订单号分组
@@ -40,7 +40,7 @@
   long countUserOrder(@Param("uid") Long uid, @Param("state") Integer state, @Param("type") Integer type,
         @Param("orderState") Integer orderState, @Param("orderNo") String orderNo,
         @Param("startTime") String startTime, @Param("endTime") String endTime, @Param("day") Integer day,
         @Param("source") Integer source);
         @Param("listSource") List<Integer> listSource);
   /**
    * 判断部分失效状态
@@ -87,7 +87,7 @@
    * @param uid
    * @return
    */
   OrderCountVO getOrderCount(@Param("uid") Long uid, @Param("day")Integer day, @Param("source") Integer source);
   OrderCountVO getOrderCount(@Param("uid") Long uid, @Param("day")Integer day, @Param("listSource") List<Integer> listSource);
   
   /**
    * 昨日总订单-根据红包类型 自购 邀请 分享