Browse Source

通知代码提交

chenweida 8 years ago
parent
commit
21e10e6015

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/sign/FamilyContractService.java

@ -2164,7 +2164,7 @@ public class FamilyContractService extends BaseService {
                    " and sf.admin_team_code = ? ";
            //查找居民
            datas = jdbcTemplate.queryForList(sql, labelType, doctorCode, doctorCode,team);
            datas = jdbcTemplate.queryForList(sql, labelType, doctorCode,team);
        } else {
            throw new Exception("参数错误!");