消息发送问题

This commit is contained in:
2026-04-16 15:35:31 +08:00
parent 5e8712a93b
commit 9a6bacd3c7

View File

@@ -88,6 +88,7 @@ public class PrintMqListener {
SysPrintData sysPrintData = new SysPrintData();
sysPrintData.setShopId(shopId);
sysPrintData.setData(JSONObject.toJSONString(o));
sysPrintData.setType(typeEnum.toString());
printDataService.save(sysPrintData);
rabbitPublisher.sendOtherPrintLocalMsg(shopId, printTypeEnum, sysPrintData.getId());
printConfig.otherHandler(shopId, o, typeEnum);