|
@@ -56,7 +56,7 @@ public class ModelDocGenerate {
|
|
|
structureMap.remove("个人史");
|
|
|
|
|
|
MaritalLabel maritalLabel = new MaritalLabel();
|
|
|
- maritalLabel.setText(structureMap.get("婚育史"));
|
|
|
+ maritalLabel.setText("婚育史: "+structureMap.get("婚育史"));
|
|
|
beHospitalizedDoc.setMaritalLabel(maritalLabel);
|
|
|
structureMap.remove("婚育史");
|
|
|
|