935090232@qq.com
2022-02-22 bbe0a2fd03063316e50cf141986bda984599bbda
zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopOrderDao.java
@@ -44,9 +44,9 @@
   
   public ShopOrder  selectForUpdate(Integer id);
   List<ShopOrder> selectMyOrderByStatus(@Param("userId") String userId, @Param("params") OrderInfoQueryPOJO orderInfoQueryPOJO);
   List<ShopOrder> selectMyOrderByStatus(@Param("userId") Long userId, @Param("params") OrderInfoQueryPOJO orderInfoQueryPOJO);
   ShopOrder selectOrderInfoById(@Param("userId") String userId, @Param("id") Integer id);
   ShopOrder selectOrderInfoById(@Param("userId") Long userId, @Param("id") Integer id);
   public ShopOrder  selectMyOrderById(Integer id);
@@ -58,12 +58,7 @@
    */
   List<ShopOrder> selectInPageByQueryOfExcel(@Param("record") ShopOrderQueryPOJO orderQuery, @Param("pageVo") PaginationVO pageVo);
   /**
    * 根据用户openID查询消费金额
    * @param userId
    * @return
    */
   Double selectConsumptionSumByUserId(@Param("userId") String userId);
   public List<ShopOrder> selectOrdersByIds(@Param("shopId") Long shopId,@Param("comId") Long comId, @Param("list") List<String> list);
@@ -75,9 +70,11 @@
   public int selectShopOrderTotalByApplyId(@Param("applyId") Long applyId);
   public List<Map<String,Object>>  selectOrderStatusCount(String openId);
   public List<Map<String,Object>>  selectOrderStatusCount(Long userId);
   public int batchUpdateOrderStatus(@Param("list") List<ShopOrder> list);
   public ShopOrder selectShopOrderByOrderNo(@Param("orderNo")String orderNo);
}