bug 处理

This commit is contained in:
13405411873 2025-05-05 23:29:31 +08:00
parent f801b8d517
commit 41ac1fd673

View File

@ -1138,7 +1138,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
Map<String, Object> placeholders = new HashMap<>();
placeholders.put("patientName", patientScript.getPatientName());
placeholders.put("patientSex", patientScript.getPatientSex());
placeholders.put("patientAge", patientScript.getPatientSex());
placeholders.put("patientAge", patientScript.getPatientAge());
placeholders.put("patientCard", patientScript.getPatientCard());
placeholders.put("blOrder", patientScript.getBlOrder());