Procházet zdrojové kódy

Merge branch 'dev' of huangwenjie/patient-co-management into dev

huangwenjie před 7 roky
rodič
revize
0b1e5e5bf5

+ 1 - 0
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/imm/ChildFamilyImmuneService.java

@ -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 " +