From 9354dda32f8e0798bbc8d88967897897ff7bb1d0 Mon Sep 17 00:00:00 2001 From: wyb <1977763549@qq.com> Date: Wed, 5 Jul 2023 14:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E5=BA=9F=E9=AA=8C=E8=AF=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-config/task-validate-config.json | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data-config/task-validate-config.json diff --git a/data-config/task-validate-config.json b/data-config/task-validate-config.json new file mode 100644 index 0000000..8b9c1c4 --- /dev/null +++ b/data-config/task-validate-config.json @@ -0,0 +1,29 @@ +[ + { + "collectorId": 1, + "cancel": [ + { + "admissionDate": { + "operator": "", + "value": "", + "dataType": 3 + }, + "dischargeDate": { + "operator": ">", + "value": "2023-06-30 01:01:02", + "dataType": 3 + }, + "admissionDepartment": { + "operator": "", + "value": "", + "dataType": 2 + }, + "dischargeDepartment": { + "operator": "=", + "value": "儿科", + "dataType": 2 + } + } + ] + } +] \ No newline at end of file