fuliqi
2025-02-21 64efb660b2c119c00432434c0f651f8996483f18
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;
    }
}