@@ -54,10 +54,14 @@ sa-token:
logging:
level:
com.coffee: @logging.level@
- org.springframework: debug
config: classpath:logback-spring.xml
file:
- path: ./logs
+ path: ./logso
+ logback:
+ rollingpolicy:
+ max-file-size: 10MB
+ charset:
+ console: UTF-8
mybatis-plus:
mapperPackage: com.coffee.**.mapper
@@ -218,6 +218,11 @@ public class LocalBusHospitalConfigService extends BaseService<BusHospitalConfig
}
patientService.updateBatchById(patients);
wsPublishUtils.publishPatientUpdate(tenantId);
+ })
+ .whenComplete((i,e)->{
+ if(e!=null){
+ log.error("病号格式化失败,",e);
+ }
});