|
@ -52,7 +52,10 @@ public class PrescriptionDiseaseConvert implements Convert {
|
|
|
" health_problem AS healthProblem ," +
|
|
|
" prescription_code AS prescriptionCode " +
|
|
|
" FROM " +
|
|
|
" wlyy_prescription_diagnosis ";
|
|
|
" wlyy_prescription_diagnosis "+
|
|
|
"WHERE " +
|
|
|
"p.`code`=d.prescription_code AND p.status=100 ";
|
|
|
|
|
|
List<Map<String, Object>> diagnosisList = jdbcTemplate.queryForList(sql);
|
|
|
for (Map<String, Object> map : diagnosisList) {
|
|
|
String key = (String) map.get("prescriptionCode");
|