bug 处理
This commit is contained in:
parent
f801b8d517
commit
41ac1fd673
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user