消息通知
This commit is contained in:
parent
78c51266b9
commit
0b151fbccf
|
|
@ -2,8 +2,6 @@ package com.czg.service.product.service.impl;
|
|||
|
||||
import cn.hutool.core.bean.BeanUtil;
|
||||
import cn.hutool.core.collection.CollUtil;
|
||||
import cn.hutool.core.convert.Convert;
|
||||
import cn.hutool.core.thread.ThreadUtil;
|
||||
import cn.hutool.core.util.NumberUtil;
|
||||
import com.czg.config.RabbitPublisher;
|
||||
import com.czg.constant.CacheConstant;
|
||||
|
|
@ -123,7 +121,7 @@ public class ProductRpcServiceImpl implements ProductRpcService {
|
|||
consStockFlowMapper.insert(consStockFlow);
|
||||
}
|
||||
}
|
||||
ThreadUtil.execAsync(() -> rabbitPublisher.sendProductInfoChangeMsg(Convert.toStr(shopId)));
|
||||
//ThreadUtil.execAsync(() -> rabbitPublisher.sendProductInfoChangeMsg(Convert.toStr(shopId)));
|
||||
log.info("ProductService.--------------------------------------------库存更新成功");
|
||||
}
|
||||
|
||||
|
|
@ -194,7 +192,7 @@ public class ProductRpcServiceImpl implements ProductRpcService {
|
|||
consStockFlowMapper.insert(consStockFlow);
|
||||
}
|
||||
}
|
||||
ThreadUtil.execAsync(() -> rabbitPublisher.sendProductInfoChangeMsg(Convert.toStr(shopId)));
|
||||
//ThreadUtil.execAsync(() -> rabbitPublisher.sendProductInfoChangeMsg(Convert.toStr(shopId)));
|
||||
log.info("ProductService.--------------------------------------------库存更新成功");
|
||||
}
|
||||
|
||||
|
|
@ -268,7 +266,7 @@ public class ProductRpcServiceImpl implements ProductRpcService {
|
|||
consStockFlowMapper.insert(consStockFlow);
|
||||
}
|
||||
}
|
||||
ThreadUtil.execAsync(() -> rabbitPublisher.sendProductInfoChangeMsg(Convert.toStr(shopId)));
|
||||
//ThreadUtil.execAsync(() -> rabbitPublisher.sendProductInfoChangeMsg(Convert.toStr(shopId)));
|
||||
log.info("ProductService.--------------------------------------------库存更新成功");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue