修修改改,缝缝补补

This commit is contained in:
Euni4U 2025-04-02 10:46:23 +08:00
parent b97dfcb6ff
commit b654c0317f

View File

@ -412,7 +412,7 @@ public class InspectPatientController {
patient.put("idCard", patientDO.getCardId());
patient.put("hospitalCode", "121526004609160793");
patient.put("sampleSource", "TJ");
patient.put("patientGender", patientDO.getGender() == "" ? "1" : "0");
patient.put("patientGender", patientDO.getGender().equals("") ? "1" : "0");
patient.put("patientAge", StrUtils.calculateAgeFromIdCard(patientDO.getCardId()));
patient.put("patientAgeUnit", "S");
patient.put("barCodeStatus", 3);