|
@ -81,6 +81,7 @@ public class ChildFamilyImmuneService extends BaseService {
|
|
|
"b.idcard as idcard," +
|
|
|
"b.barcode as barcode," +
|
|
|
"b.sex as sex," +
|
|
|
"b.birthday as birthday," +
|
|
|
"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 " +
|