Commit 618c2ef3 authored by shizhilong's avatar shizhilong

删除 --shizhilong

parent 5de3e3d7
......@@ -485,16 +485,6 @@ public class MovementRecordsMasterController extends JeecgController<MovementRec
return Result.ok("操作成功");
}
public static void main(String[] args) {
String aa = "2022.11.07";
String pat = "\\d{4}.\\d{2}.\\d{2}";
Pattern p = Pattern.compile(pat);
if(p.matcher(aa).matches()){
System.out.println("1111");
}else {
System.out.println("2222");
}
}
/**
* 校验参数
......
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