| 
															
																@ -635,9 +635,9 @@ public class SignPatientLabelInfoService extends BaseService { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                " WHERE " + 
															 | 
															
															 | 
															
																                " WHERE " + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                "    t1." + (doc.getLevel() == 2 ? "doctor" : "doctor_health") + " = ? " + 
															 | 
															
															 | 
															
																                "    t1." + (doc.getLevel() == 2 ? "doctor" : "doctor_health") + " = ? " + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                "    AND t1.status > 0 " + 
															 | 
															
															 | 
															
																                "    AND t1.status > 0 " + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																                (teamCode > 0 ? (" AND admin_team_code = " + teamCode) : "") + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                "    AND (t1.name like ? OR t2.label_name like ?) " + 
															 | 
															
															 | 
															
																                "    AND (t1.name like ? OR t2.label_name like ?) " + 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                (teamCode > 0 ? (" AND admin_team_code = " + teamCode) : "") 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                + " limit " + page + "," + pagesize; 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																                " limit " + page + "," + pagesize; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																        if (StringUtils.isNotEmpty(labelCode)) { 
															 | 
															
															 | 
															
																        if (StringUtils.isNotEmpty(labelCode)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																            args = new Object[]{labelCode, labelType, doctor, "%" + filter + "%", "%" + filter + "%"}; 
															 | 
															
															 | 
															
																            args = new Object[]{labelCode, labelType, doctor, "%" + filter + "%", "%" + filter + "%"}; 
															 |