fix: 分拣送空托错误、看板数据、工单号重复并发问题
This commit is contained in:
@@ -153,5 +153,7 @@ public class TestDemo {
|
||||
void testNumberStr() {
|
||||
System.out.println("1234564".matches("\\d+"));
|
||||
System.out.println("1234你好564".matches("\\d+"));
|
||||
System.out.println(DateUtil.format(DateUtil.date(), "yyMMdd"));
|
||||
System.out.println(String.format("%03d", 12));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user