暂时关闭服务指令同步 避免误操作导致数据丢失

This commit is contained in:
1378012178@qq.com 2025-04-25 16:50:17 +08:00
parent 6465f552bd
commit a16e6efbe4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class DirectiveMQListener {
*
* @param dto
*/
@RabbitListener(queues = "nu002.fwzl.async", errorHandler = "directiveMQErrorHandler")
// @RabbitListener(queues = "nu002.fwzl.async", errorHandler = "directiveMQErrorHandler")
@DSTransactional(rollbackFor = {Exception.class})
public void handleMessage(DirectiveMQDto dto) {
try {