Explorar el Código

Merge branch 'dev' of http://192.168.1.220:10080/Amoy/patient-co-management into dev

# Conflicts:
#	patient-co-manage/wlyy-manage/src/main/java/com/yihu/wlyy/controller/synergy/customer/CustomerSynergyManageController.java
liuwenbin hace 6 años
padre
commit
39be7c8c50
Se han modificado 1 ficheros con 10 adiciones y 2 borrados
  1. 10 2
      patient-co-manage/wlyy-manage/src/main/resources/application.yml

+ 10 - 2
patient-co-manage/wlyy-manage/src/main/resources/application.yml

@ -170,7 +170,9 @@ pushMes:
  method: 0
  # redis队列名称
  redis_prescription_title: redisPrescription
putMesType:
  #推送到redis消息类型
  wechat: wechat
---
spring:
  profiles: test
@ -285,6 +287,9 @@ pushMes:
  method: 0
  # redis队列名称
  redis_prescription_title: redisPrescription
putMesType:
  #推送到redis消息类型
  wechat: wechat
---
spring:
  profiles: prod
@ -395,4 +400,7 @@ pushMes:
  # 1为推送redis,0为推送消息队列
  method: 0
  # redis队列名称
  redis_prescription_title: redisPrescription
  redis_prescription_title: redisPrescription
putMesType:
  #推送到redis消息类型
  wechat: wechat