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