xuhy
2024-11-09 51ecd85ff6adbf8d4087727027d5714ed03e2b4e
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);
}