修复一般检查bug
This commit is contained in:
parent
54c9b41d8f
commit
bed16c67b4
@ -1031,6 +1031,7 @@ public class InspectPatientController {
|
||||
for (Map.Entry<String, Object> entry : dataMap.entrySet()) {
|
||||
String key = entry.getKey();
|
||||
Object value = entry.getValue();
|
||||
if (value == null) value="";//一般检查可能为NULL
|
||||
InspectPatientitemsSaveReqVO inspectPatientitemsSaveReqVO = null;
|
||||
switch (key) {
|
||||
case "temperature":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user