fix: 代码丢失找回

server_five_liuyunhu
lijiayao 2024-04-06 11:36:04 +08:00
parent be3fd8e7eb
commit 5a20331f8d
3 changed files with 2 additions and 4 deletions

View File

@ -45,9 +45,7 @@
</if>
</where>
</select>
<select id="selectTroubleListByType" resultType="com.couplet.common.domain.CoupletTroubleType">
select * from couplet_trouble_type
</select>
<select id="selectTroubleListByGrade" resultType="com.couplet.common.domain.CoupletTroubleGrade">
select * from couplet_trouble_grade
</select>

View File

@ -23,7 +23,7 @@ import java.util.concurrent.TimeUnit;
@Component
@Slf4j
@SuppressWarnings("all")
@RabbitListener(queues = "${mq.queueName}")
@RabbitListener(queues = "queueName")
public class MqConsumer {
@Autowired
private StringRedisTemplate redis;