1.打票添加日志

This commit is contained in:
SongZhang 2024-09-05 11:13:40 +08:00
parent af78237806
commit fc00b49806
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package com.chaozhanggui.system.cashierservice.entity;
import java.io.Serializable;
import java.math.BigDecimal;
public class TbShopUser implements Serializable {
public class TbShopUser implements Serializable {
private Integer id;
private BigDecimal amount;
@ -295,4 +295,4 @@ public class TbShopUser implements Serializable {
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
}
}

View File

@ -316,6 +316,7 @@ public class PrintMechineConsumer {
printerNum = it.getNum();
}
log.info("已打印数量, {}, 未打印数量: {}", info, printerNum);
TbProductSkuWithBLOBs tbProductSkuWithBLOBs = tbProductSkuMapper.selectByPrimaryKey(it.getProductSkuId());
String remark = "";