admin
2023-01-03 5710fee2bd5c323096377a72d837050dd52d93b1
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);
}