Browse Source

代码修改

yeshijie 7 years ago
parent
commit
d48be1bd11

+ 0 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/prescription/PrescriptionInfoService.java

@ -368,7 +368,6 @@ public class PrescriptionInfoService extends BaseService {
                    r.put("reviewedState", 0);
                    r.put("prescriptionCode", rState);
                }
                System.out.print("");
                com.alibaba.fastjson.JSONArray des = r.getJSONArray("prescriptionDt");
                //过滤可续签
                if (StringUtils.isNotBlank(isRenewal) && "1".equals(isRenewal)) {