| | |
| | | package com.yeshi.fanli.service.impl.money.extract;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | | import org.springframework.stereotype.Service;
|
| | |
| | | public void updateByPrimaryKeySelective(ExtractWeiXinRecord record) {
|
| | | extractWeiXinRecordMapper.updateByPrimaryKeySelective(record);
|
| | | }
|
| | | |
| | | @Override
|
| | | public List<Long> getValidUsers(List<Long> list, String receivedDate, String refundDate) {
|
| | | return extractWeiXinRecordMapper.getValidUsers(list, receivedDate, refundDate);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public ExtractWeiXinRecord getByOpenIdAndType(String openId, Integer type) {
|
| | | return extractWeiXinRecordMapper.getByOpenIdAndType(openId, type);
|
| | | }
|
| | | |
| | | }
|