Commit 6c5d5993 by huluobin

闲时折扣

parent 4e5abb91
......@@ -26,6 +26,6 @@ public interface LeisureDiscountConfigLimitMapper extends BaseMapper<LeisureDisc
LeisureScheduleServeResp selectOneLeisureDiscountConfig(@Param("leisureDiscountConfigId") Integer leisureDiscountConfigId,
@Param("serveId") Integer serveId,
@Param("time") LocalTime time,
@Param("date") LocalDate date)
@Param("date") LocalDate date);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment