|
@ -1856,7 +1856,7 @@ public class FamilyContractService extends BaseService {
|
|
|
return returnMap;
|
|
|
}
|
|
|
|
|
|
public JSONObject findNoHealthSignFamilyHealth(String doctorCode, String labelType, String patientName,String teamCode) throws Exception {
|
|
|
public JSONObject findNoHealthSignFamilyHealth(String doctorCode, String labelType, String patientName,Long teamCode) throws Exception {
|
|
|
JSONObject returnMap = new JSONObject();
|
|
|
//健康管理师
|
|
|
String sql = "SELECT " +
|
|
@ -1877,7 +1877,7 @@ public class FamilyContractService extends BaseService {
|
|
|
" sf.type = 2 " +
|
|
|
" AND sf. STATUS >= 0 " +
|
|
|
" and sf.doctor = ? " +
|
|
|
" and sf.team_code = ? " +
|
|
|
" and sf.admin_team_code = ? " +
|
|
|
" AND ( sf.doctor_health is null or sf.doctor_health ='' ) ";
|
|
|
List<Map<String, Object>> datas = null;
|
|
|
//查找居民
|