Browse Source

20241119

print/logistic/save
qiezi 1 year ago
parent
commit
114c2421bc
  1. 2
      src/main/java/com/gaotao/modules/label/entity/LogisticLabelRecord.java
  2. 1
      src/main/resources/mapper/label/LogisticLabelRecordMapper.xml

2
src/main/java/com/gaotao/modules/label/entity/LogisticLabelRecord.java

@ -40,6 +40,8 @@ public class LogisticLabelRecord {
private String manufacturerDate; private String manufacturerDate;
private String invoiceNo;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime; private Date createTime;

1
src/main/resources/mapper/label/LogisticLabelRecordMapper.xml

@ -13,6 +13,7 @@
llr.create_time, llr.create_time,
llr.item_no, llr.item_no,
llr.manufacturer_date, llr.manufacturer_date,
llr.invoice_no,
p.part_desc, p.part_desc,
u.um_name, u.um_name,
c.customer_no, c.customer_no,

Loading…
Cancel
Save