Prechádzať zdrojové kódy

Merge branch 'dev' of liuwenbin/patient-co-management into dev

liuwenbin 6 rokov pred
rodič
commit
78f69b3559

+ 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