Commit e8061385 authored by 史志龙's avatar 史志龙

Merge branch 'dev-szl' into 'dev'

删除 --shizhilong

See merge request !18
parents 5de3e3d7 618c2ef3
......@@ -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