fix: 代码丢失找回
parent
be3fd8e7eb
commit
5a20331f8d
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue