|
@ -658,12 +658,12 @@ public class RehabilitationInfoService {
|
|
|
JSONObject object = new JSONObject();
|
|
|
List<Map<String, Object>> res = new ArrayList<>();
|
|
|
|
|
|
// -2未下转未加签
|
|
|
//-2未下转未加签
|
|
|
if ("-2".equals(isTurnDown)){
|
|
|
return noDownAndNoSign(idcard,doctorCode,page,pagesize,object);
|
|
|
}
|
|
|
|
|
|
//* 未下转已家签
|
|
|
//*未下转已家签
|
|
|
if ("-1".equals(isTurnDown)){
|
|
|
return noDownAndSign(idcard,doctorCode,page,pagesize,object);
|
|
|
}
|