消息日志

结算单打印 不管前端打不打
This commit is contained in:
2026-04-17 15:35:35 +08:00
parent 6d2227df57
commit 328821e5b8
2 changed files with 3 additions and 5 deletions

View File

@@ -60,9 +60,8 @@ public class RabbitPublisher {
* @param printOrder 是否打印结算单
*/
public void sendOrderPrintMsg(Long orderId, Integer before, Integer status, Integer placeNum, boolean printOrder, String source) {
log.info("开始发送订单打印消息, orderId: {}, {}, : {}, 第: {}次下单, 通知本地: {}, source: {}",
log.info("订单打印消息, orderId:{},{},{},第:{}次下单,通知本地:{},source:{}",
orderId, before == 0 ? "后付" : "先付", status == 0 ? "未完成" : "完成", placeNum, printOrder, source);
log.info("订单打印消息, orderId: {}, printOrder: {}, source: {}", orderId, printOrder, source);
String sendOrderId = orderId + "_" + before + "_" + status + "_" + placeNum;
//本地打印机 消息通知
if (printOrder) {