|
@ -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)) {
|