瀏覽代碼

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 6 年之前
父節點
當前提交
39be7c8c50
共有 1 個文件被更改,包括 10 次插入2 次删除
  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