xiaoyong931011
2022-10-25 81bf5f33e7356df461013e44420b4764023fc435
src/main/java/cc/mrbird/febs/dapp/mapper/IgtOnHookPlanOrderDao.java
@@ -18,4 +18,6 @@
    Integer AddProfitById(@Param("id")Long id, @Param("profit")BigDecimal balance);
    BigDecimal selectSumProfitByMemberId(@Param("memberId")Long memberId);
    List<IgtOnHookPlanOrder> selectByCreateTime(@Param("createTime")String format);
}