瀏覽代碼

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

liuwenbin 6 年之前
父節點
當前提交
6f49ce9c83

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

@ -139,7 +139,7 @@ public class ChildFamilyImmuneService extends BaseService {
				" inner join (select patient,name from wlyy_sign_family where type in (1,2) and `status` = 1 and expenses_status = 1 and doctor = '"+doctorcode+"' or doctor_health='"+doctorcode+"') b " +
				" on a.family_code = b.patient " +
				" left join wlyy_child_info c on c.`code` = a.child_code " +
				") m on m.barcode = t.barcode ";
				") m on m.barcode = t.barcode where t.ymsx=1";
		if (limitType==1){
			int start = (pageNo-1)*pageSize;
			sql +=" limit "+start+","+pageSize;