考试周、考试定时设置
This commit is contained in:
@@ -27,7 +27,7 @@ public class CommonConsumer {
|
||||
@Autowired
|
||||
private ClassExamService classexamService;
|
||||
|
||||
@RabbitListener(queues = DelayQueueConfig.USERVIP_QUEUE)
|
||||
@RabbitListener(queues = DelayQueueConfig.COMMON_QUEUE)
|
||||
public void commonConsumer(String typeAndParam) {
|
||||
//参数为 业务模块 + , + 参数
|
||||
String[] typeAndParams = typeAndParam.split(",");
|
||||
|
||||
Reference in New Issue
Block a user