From fb4cffbe2ab237b2e934b2cc1deafd31eff33c90 Mon Sep 17 00:00:00 2001 From: wenshijun Date: Fri, 27 Mar 2026 08:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E5=8D=95=E6=8D=AE=E5=8F=B7?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/worn/service/impl/WornInboundBillServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/shzg/project/worn/service/impl/WornInboundBillServiceImpl.java b/src/main/java/com/shzg/project/worn/service/impl/WornInboundBillServiceImpl.java index 28d763b..13c5b23 100644 --- a/src/main/java/com/shzg/project/worn/service/impl/WornInboundBillServiceImpl.java +++ b/src/main/java/com/shzg/project/worn/service/impl/WornInboundBillServiceImpl.java @@ -95,7 +95,7 @@ public class WornInboundBillServiceImpl implements IWornInboundBillService // 生成单号 if (wornInboundBill.getBillNo() == null || "".equals(wornInboundBill.getBillNo().trim())) { - wornInboundBill.setBillNo("RK" + System.currentTimeMillis()); + wornInboundBill.setBillNo("WR" + System.currentTimeMillis()); } /* ================== 4. 插入主表 ================== */