1.打票添加日志
This commit is contained in:
parent
af78237806
commit
fc00b49806
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -316,6 +316,7 @@ public class PrintMechineConsumer {
|
|||
printerNum = it.getNum();
|
||||
}
|
||||
|
||||
log.info("已打印数量, {}, 未打印数量: {}", info, printerNum);
|
||||
|
||||
TbProductSkuWithBLOBs tbProductSkuWithBLOBs = tbProductSkuMapper.selectByPrimaryKey(it.getProductSkuId());
|
||||
String remark = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue