|
@ -2105,7 +2105,7 @@ public class FamilyContractService extends BaseService {
|
|
|
datas = jdbcTemplate.queryForList(sql, labelType, doctorCode, doctorCode);
|
|
|
|
|
|
} else {
|
|
|
throw new Exception("参数错误");
|
|
|
throw new Exception("参数错误!");
|
|
|
}
|
|
|
//根据类别查找标签
|
|
|
List<SignPatientLabel> s = labelDao.findByLabelTypeAndStatus(labelType, 1);
|