|
@@ -452,7 +452,7 @@ public class EmrServer {
|
|
|
* @return 返回数据
|
|
|
*/
|
|
|
public JSONArray getPatientSurgery(String patNo, Integer times) {
|
|
|
- List<String> idList = dao.getDocumentIdByPatietn(patNo, times, "a2a2866054fe11edb28ac955a5f5cad1");
|
|
|
+ List<String> idList = dao.getDocumentIdByPatietn(patNo, times, "shoushujilu");
|
|
|
JSONArray returnArray = new JSONArray();
|
|
|
if (ListUtil.isBlank(idList)) {
|
|
|
return returnArray;
|