修修改改,缝缝补补
This commit is contained in:
parent
b97dfcb6ff
commit
b654c0317f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user