陈昶聿
5 天以前 35c4bf0535cd2260f2a9e2a2845588db39ac8ba0
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;
        }