Browse Source

修改查询患者列表权限

master
ccsens_zhengzhichuan 15 hours ago
parent
commit
f8caea6e45
  1. 1
      ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/PmsPatientDao.xml

1
ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/PmsPatientDao.xml

@ -186,6 +186,7 @@
GROUP BY
pp.id
) a
group by a.patientId
ORDER BY a.createTime DESC
</select>

Loading…
Cancel
Save