|
|
@ -28,7 +28,8 @@ public class AlihealthKytDrugrescodeResponse extends AlihealthKytCommonParameter
|
|
|
|
if (jsonArray != null && jsonArray.size() > 0) {
|
|
|
|
if (jsonArray != null && jsonArray.size() > 0) {
|
|
|
|
for (JSONObject jsonObject : jsonArray) {
|
|
|
|
for (JSONObject jsonObject : jsonArray) {
|
|
|
|
String entName = jsonObject.getStr("ent_name");
|
|
|
|
String entName = jsonObject.getStr("ent_name");
|
|
|
|
if(manufactory.equals(entName)){
|
|
|
|
if(manufactory.replaceAll("\\(", "(").replace(")", ")")
|
|
|
|
|
|
|
|
.equals(entName.replaceAll("\\(", "(").replace(")", ")"))){
|
|
|
|
bo = true;
|
|
|
|
bo = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|