Skip to content

Commit

Permalink
fix: redPacket
Browse files Browse the repository at this point in the history
delete test controller
  • Loading branch information
cheng521521 committed Aug 18, 2024
1 parent d84fae6 commit 2aec934
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.springframework.data.domain.Sort;
import org.springframework.data.jpa.domain.Specification;
import org.springframework.util.ObjectUtils;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
Expand Down Expand Up @@ -127,9 +126,4 @@ public Predicate toPredicate(Root<RedPacket> root, CriteriaQuery<?> criteriaQuer
return BaseResponse.successWithData(redPacketRepository.findAll(queryParam, pageable));
}

@GetMapping("/test")
public void test() {
redPacketService.updateRedpacketStatus();
}

}

0 comments on commit 2aec934

Please sign in to comment.