src/main/java/com/ruoyi/sales/controller/ShippingInfoController.java
@@ -137,7 +137,7 @@ si.setSalesLedgerProductId(product.getId()); si.setShippingNo(shNo); si.setStatus("待审核"); si.setType(req.getType()); // 来源/类型 si.setType(req.getType()); shippingInfoService.save(si); } }