陈昶聿
4 天以前 1766a53f27d4b51eade66fc71a5631d21cf7e836
smartor/src/main/java/com/smartor/service/impl/PatMedOuthospServiceImpl.java
@@ -166,7 +166,7 @@
     */
    @Override
    public int insertPatMedOuthosp(PatMedOuthosp patMedOuthosp) {
        if (patMedOuthosp.getAdmitdate() != null) {
        if (patMedOuthosp.getAdmitdate() == null) {
            log.error("门急就诊时间不能为空");
            return 0;
        }