fuliqi
2025-02-07 c1681aa10f7f57b43becb4b17d71c1494d991836
ycl-server/src/main/java/com/ycl/utils/uuid/IdUtils.java
@@ -70,6 +70,6 @@
     */
    public static String workOrderNO(Date now,String orderNumber)
    {
        return DAY_FORMAT.format(now) + orderNumber;
        return DAY_FORMAT.format(now) +"_"+ orderNumber;
    }
}