|
|
@@ -16,8 +16,6 @@ public class CommonValidator {
|
|
|
|
|
|
// 时间格式的正则表达式
|
|
|
private static final String TIME_PATTERN = "\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}";
|
|
|
- @DubboReference(version = "1.0.0", group = "design", check = false)
|
|
|
- private RemoteSystemService remoteSystemService;
|
|
|
|
|
|
/**
|
|
|
* 判断时间段的开始时间和结束时间是否同时存在或同时不存在,且格式为 yyyy-MM-dd HH:mm:ss
|