入库单据号修改

This commit is contained in:
2026-03-27 08:53:27 +08:00
parent 188882a9ff
commit fb4cffbe2a

View File

@@ -95,7 +95,7 @@ public class WornInboundBillServiceImpl implements IWornInboundBillService
// 生成单号 // 生成单号
if (wornInboundBill.getBillNo() == null || "".equals(wornInboundBill.getBillNo().trim())) if (wornInboundBill.getBillNo() == null || "".equals(wornInboundBill.getBillNo().trim()))
{ {
wornInboundBill.setBillNo("RK" + System.currentTimeMillis()); wornInboundBill.setBillNo("WR" + System.currentTimeMillis());
} }
/* ================== 4. 插入主表 ================== */ /* ================== 4. 插入主表 ================== */