admin
2023-07-24 24587fd1b4af52469d1e122d2a495eea79d6865e
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2Mapper.java
@@ -272,6 +272,6 @@
    * @param preGetTime
    * @return
    */
   int setHongBaoRecieved (@Param("uid")Long uid,@Param("typeList")List<Integer> typeList,@Param("preGetTime")Date preGetTime);
   int setHongBaoRecieved (@Param("uid")Long uid,@Param("typeList")List<Integer> typeList,@Param("preGetTime")Date preGetTime,@Param("getMonth")String getMonth);
}