|
|
@ -13,6 +13,7 @@ import com.github.pagehelper.PageHelper; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import java.time.LocalDate; |
|
|
|
import java.time.LocalDateTime; |
|
|
@ -87,7 +88,7 @@ public class RefundServiceImpl implements RefundService { |
|
|
|
List<RefundUser> refundUsers = refundMapper.selectBy(refundUser); |
|
|
|
return new PageInfo<>(refundUsers); |
|
|
|
} |
|
|
|
|
|
|
|
@Transactional |
|
|
|
@Override |
|
|
|
public Result add(RefundUser refundUser) { |
|
|
|
UserGoldRecord userGoldRecord = new UserGoldRecord(); |
|
|
|