钩子损坏
This commit is contained in:
@@ -514,6 +514,7 @@ public interface PrinterImpl {
|
||||
if (isGift && !orderDetail.getProductName().contains("【赠】")) {
|
||||
orderDetail.setProductName("【赠】" + orderDetail.getProductName());
|
||||
}
|
||||
|
||||
if (orderDetail.getProductName().length() > 4) {
|
||||
builder.append(formatLabel(StrUtil.format("{} x {}", orderDetail.getProductName(), orderDetail.getNum().stripTrailingZeros().toPlainString()), signLabelInfo.f, signLabelInfo.center))
|
||||
.append(signLabelInfo.br);
|
||||
|
||||
Reference in New Issue
Block a user