|
@ -3482,7 +3482,7 @@ public class FamilyContractService extends BaseService {
|
|
if(labelCode.indexOf("-")==-1){
|
|
if(labelCode.indexOf("-")==-1){
|
|
if(labelCode.equals(serverType)){
|
|
if(labelCode.equals(serverType)){
|
|
Map<String,String> code = new HashMap<>();
|
|
Map<String,String> code = new HashMap<>();
|
|
code.put("code",serverType);
|
|
|
|
|
|
code.put("code",(String)p.get("patient"));
|
|
codes.add(code);
|
|
codes.add(code);
|
|
iterator.remove();
|
|
iterator.remove();
|
|
}
|
|
}
|
|
@ -3490,7 +3490,7 @@ public class FamilyContractService extends BaseService {
|
|
String[] key = labelCode.split("-");
|
|
String[] key = labelCode.split("-");
|
|
if(key[0].equals(serverType)){
|
|
if(key[0].equals(serverType)){
|
|
Map<String,String> code = new HashMap<>();
|
|
Map<String,String> code = new HashMap<>();
|
|
code.put("code",serverType);
|
|
|
|
|
|
code.put("code",(String)p.get("patient"));
|
|
codes.add(code);
|
|
codes.add(code);
|
|
iterator.remove();
|
|
iterator.remove();
|
|
}
|
|
}
|