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> </if>
</where> </where>
</select> </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 id="selectTroubleListByGrade" resultType="com.couplet.common.domain.CoupletTroubleGrade">
select * from couplet_trouble_grade select * from couplet_trouble_grade
</select> </select>

View File

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