fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractWeiXinRecordService.java
@@ -1,5 +1,7 @@ package com.yeshi.fanli.service.inter.money.extract; import java.util.List; import com.yeshi.fanli.entity.bus.user.ExtractWeiXinRecord; public interface ExtractWeiXinRecordService { @@ -8,5 +10,18 @@ public void updateByPrimaryKeySelective(ExtractWeiXinRecord record); /** * 查询有效用户ID */ public List<Long> getValidUsers(List<Long> list, String receivedDate, String refundDate); /** * 根据openid、发放方式 * @param openId * @param type * @return */ public ExtractWeiXinRecord getByOpenIdAndType(String openId, Integer type); }