You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RecordCollectService/data-config/task-validate-config.json

29 lines
553 B
JSON

[
{
"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
}
}
]
}
]