|
@@ -807,7 +807,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
for (QcCasesEntryDTO qc : qcCasesEntryDTOList) {
|
|
|
Map<String, String> map = new HashMap<>();
|
|
|
map.put("code", qc.getCode());
|
|
|
- map.put("precond", null);
|
|
|
+ map.put("precond", qc.getPrecond());
|
|
|
map.put("name", qc.getMsg());
|
|
|
res.put(qc.getCode(), map);
|
|
|
}
|