xuhy
2024-10-31 0b00c7532a0330785d0c8cf46bcb05dfc63e65c4
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TOrderMealMapper.java
@@ -107,7 +107,7 @@
     * @param query
     * @return
     */
    Map<String, BigDecimal> profitDetailsStatistics(@Param("query")ProfitDetailsQuery query);
    Map<String, Double> profitDetailsStatistics(@Param("query")ProfitDetailsQuery query);
    /**
     * 导出盈利明细
@@ -115,4 +115,11 @@
     * @return
     */
    List<GoodsProfitVO> profitDetailsExport(@Param("query")ProfitDetailsQuery query);
    /**
     * 删除
     * @param shopId
     */
    void deleteByShopId(@Param("shopId")Long shopId);
}