Commit 4874b274 authored by 马超's avatar 马超

fix(微问诊): 修复调用方法错误导致的死循环问题

parent c0793357
...@@ -50,7 +50,7 @@ public class PrescriptionServiceImpl extends GenericServiceImpl<Prescription> im ...@@ -50,7 +50,7 @@ public class PrescriptionServiceImpl extends GenericServiceImpl<Prescription> im
@Override @Override
public List<Prescription> findPreScriptionList(int iDisplayStart, int iDisplayLength) throws Exception { public List<Prescription> findPreScriptionList(int iDisplayStart, int iDisplayLength) throws Exception {
return findPreScriptionList(iDisplayStart, iDisplayLength); return findPreScriptionList(iDisplayStart, iDisplayLength, null, null);
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment