|
@@ -114,7 +114,7 @@ public class HospitalManager {
|
|
|
*/
|
|
*/
|
|
|
public void refreshInfo(){
|
|
public void refreshInfo(){
|
|
|
BusHospitalEntity hospital = hospitalService.getById(hospitalId);
|
|
BusHospitalEntity hospital = hospitalService.getById(hospitalId);
|
|
|
- log.info("医院【{}】,刷新信息,info【{}】,strategy【{}】",hospitalId,hospital,hospital.getStrategy());
|
|
|
|
|
|
|
+ log.info("医院【{}】,刷新信息,info【{}】",hospitalId,hospital);
|
|
|
storage.setConfig("info",hospital);
|
|
storage.setConfig("info",hospital);
|
|
|
storage.setConfig("strategy",hospital.getStrategy());
|
|
storage.setConfig("strategy",hospital.getStrategy());
|
|
|
|
|
|