Commit f75954d4 authored by 周健威's avatar 周健威

修改

parent 2b7ee1d1
......@@ -40,7 +40,7 @@ public class OrderUtil {
if (orderIndex.intValue() > 9999) {
orderIndex = new AtomicInteger(1);
}
String indexString = String.format("%s%s%04d", currTime, midFix, orderIndex);
String indexString = String.format("%s%s%04d", currTime, midFix, orderIndex.intValue());
return indexString;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment