|
@ -3166,7 +3166,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
//专家咨询
|
|
//专家咨询
|
|
String zjCountsql = "SELECT id AS \"id\" FROM wlyy_consult_team WHERE doctor='" + doctor + "' AND (type=1 OR type=15)";
|
|
String zjCountsql = "SELECT id AS \"id\" FROM wlyy_consult_team WHERE doctor='" + doctor + "' AND (type=1 OR type=15)";
|
|
List<Map<String, Object>> zjList = jdbcTemplate.queryForList(zjCountsql);
|
|
List<Map<String, Object>> zjList = jdbcTemplate.queryForList(zjCountsql);
|
|
|
|
|
|
if (zjList != null && zjList.size() > 0) {
|
|
if (zjList != null && zjList.size() > 0) {
|
|
rs.put("zjCount", zjList.size());
|
|
rs.put("zjCount", zjList.size());
|
|
} else {
|
|
} else {
|