陈昶聿
3 天以前 ea9c33ab8ef00dd1611f2ed1ed9d331909e53a9f
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;
        }