代码更新

This commit is contained in:
2022-12-04 17:33:18 +08:00
parent b833fb07bf
commit ec05773f77

View File

@@ -70,7 +70,7 @@ public class PrintServiceImpl implements PrintService {
//物料号
String product_name = box_jo.getString("product_name");
//规格: 厚度*幅宽
String width = box_jo.getString("thickness")+"*"+box_jo.getString("width");
String width = box_jo.getString("thickness_request")+"*"+box_jo.getString("width_standard");
//入库日期:取此箱子中最晚的入库日期
JSONObject jsonInbound= subTab.query("package_box_sn = '" + box_no + "' order by date_of_fg_inbound DESC").uniqueResult(0);