选入药品加上生产厂家对照查不到就改括号

dev_unify
qiuyt 4 months ago
parent 1ac430e083
commit 9edafea43d

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

Loading…
Cancel
Save