|
@ -84,7 +84,7 @@ public class ChildFamilyImmuneService extends BaseService {
|
|
|
"b.photo as photo " +
|
|
|
"from wlyy_child_family_immune a " +
|
|
|
"join wlyy_child_info b on b.code = a.child_code and b.del = 0 " +
|
|
|
"where a.del = 0 and a.family_code = "+repUID;
|
|
|
"where a.del = 0 and a.family_code = '"+repUID+"'";
|
|
|
|
|
|
List<Map<String, Object>> rs = jdbcTemplate.queryForList(sql);
|
|
|
return rs;
|