liyong
2026-04-25 20d3e1da6517ed5e55ae3613ccbbb01f1b9eda2e
src/main/java/com/ruoyi/production/service/impl/ProductWorkOrderServiceImpl.java
@@ -140,7 +140,7 @@
            }
        }
            String processPinyin = StringUtils.getProcessNo(processName);
            return StrUtil.format("{}{}{}",processPinyin,npsNo,String.format("%03d", sequenceNumber));
            return StrUtil.format("{}{}",processPinyin,npsNo,String.format("%03d", sequenceNumber));
    }
}