|
@ -319,7 +319,7 @@ public class PrescriptionInfoService extends BaseService {
|
|
|
Integer newtotalCount = 0;
|
|
|
com.alibaba.fastjson.JSONObject returnJson = new com.alibaba.fastjson.JSONObject();
|
|
|
com.alibaba.fastjson.JSONArray filterJsonArray = new com.alibaba.fastjson.JSONArray();
|
|
|
com.alibaba.fastjson.JSONObject re = jwPrescriptionService.getRecipeMasterList(patientCode,applyTimeFrom,applyTimeFrom);
|
|
|
com.alibaba.fastjson.JSONObject re = jwPrescriptionService.getRecipeMasterList(patientCode,applyTimeFrom,applyTimeEnd);
|
|
|
totalCount = re.getInteger("totalCount");
|
|
|
if(totalCount>start){
|
|
|
com.alibaba.fastjson.JSONArray pres = re.getJSONArray("list");
|