liusheng
2025-04-10 1967693c5d760ade002f8a5fbea10b51aef5693f
smartor/src/main/java/com/smartor/service/impl/ServiceExternalServiceImpl.java
@@ -586,6 +586,8 @@
                patMedOuthosp.setMainsuit(externalWZInfo.getNeiRong());
            }
        }
        patMedOuthosp.setCreateTime(new Date());
        patMedOuthosp.setUpdateTime(new Date());
        int i = patMedOuthospMapper.insertPatMedOuthosp(patMedOuthosp);
        if (i > 0) {
            return true;