修复一般检查bug

This commit is contained in:
Euni4U 2025-04-15 11:45:05 +08:00
parent 54c9b41d8f
commit bed16c67b4

View File

@ -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":