yujian
2019-11-11 3ce9e928e082ff8abf697dba560cbfbb412e89f8
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/CommonOrderMapper.java
@@ -174,7 +174,9 @@
   List<CommonOrderVO> listQuery(@Param("start") long start, @Param("count") int count,
         @Param("keyType") Integer keyType, @Param("key") String key, @Param("state") Integer state,
         @Param("type") Integer type, @Param("orderState") Integer orderState, @Param("startTime") String startTime,
         @Param("endTime") String endTime, @Param("source") Integer source);
         @Param("endTime") String endTime, @Param("source") Integer source,
         @Param("listShopId")List<Long> listShopId, @Param("listGoodsId")List<Long> listGoodsId,
         @Param("minTime")Date minTime, @Param("money")BigDecimal money);
   /**
    * 订单列表查询(不包含子订单)
@@ -201,7 +203,9 @@
    */
   long countQuery(@Param("keyType") Integer keyType, @Param("key") String key, @Param("state") Integer state,
         @Param("type") Integer type, @Param("orderState") Integer orderState, @Param("startTime") String startTime,
         @Param("endTime") String endTime, @Param("source") Integer source);
         @Param("endTime") String endTime, @Param("source") Integer source,
         @Param("listShopId")List<Long> listShopId, @Param("listGoodsId")List<Long> listGoodsId,
         @Param("minTime")Date minTime, @Param("money")BigDecimal money);
   long countQueryWithNoChild(@Param("keyType") Integer keyType, @Param("key") String key,
         @Param("state") Integer state, @Param("type") Integer type, @Param("orderState") Integer orderState,
@@ -304,7 +308,8 @@
   /**
    * 查询首笔有效到账订单
    * @param uid  
    * @param type 类型: 1自购  2分享 3邀请
    * @param typeHB 类型: 1自购  2分享 3邀请
    * @param typeDate 日期类型: 3本月 4上月
    * @return
    */
   CommonOrderVO firstValidOrderByUid(@Param("uid") Long uid, @Param("typeHB") Integer typeHB,