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;