liusheng
2 天以前 f2a0d0c33daa8e5f9c699525726b1d4ae729ec17
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;
        }