陈昶聿
4 天以前 2fd4481d5927519f867c99e0b355ce326573ea68
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;
        }