From 2bc50fd4ba800f8aec4a09ace93ec89cb1fb2084 Mon Sep 17 00:00:00 2001 From: Xia Kaixiang Date: Wed, 30 Oct 2019 17:39:21 +0800 Subject: [PATCH] =?utf8?q?=E6=94=AF=E4=BB=98=E8=83=BD=E5=8A=9B=E9=85=8D?= =?utf8?q?=E7=BD=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config/application-devel-pg-xkx.properties | 3 ++- .../src/main/resources/templates/system/param/sourcetype.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/application-devel-pg-xkx.properties b/config/application-devel-pg-xkx.properties index 3a19f2ed..3f781693 100644 --- a/config/application-devel-pg-xkx.properties +++ b/config/application-devel-pg-xkx.properties @@ -43,7 +43,7 @@ resttemplate.proxy.port=8087 #============== kafka =================== # 指定kafka 代理地址,可以多个 -spring.kafka.bootstrap-servers=172.28.201.101:9192 +#spring.kafka.bootstrap-servers=172.28.201.101:9192 #=============== provider ======================= spring.kafka.producer.retries=3 # 每次批量发送消息的数量 @@ -54,6 +54,7 @@ spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.Strin spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer #===============kafka consumer ======================= +spring.kafka.listen.auto.start=false # 指定默认消费者group id spring.kafka.consumer.group-id=epaymessager1 spring.kafka.consumer.auto-offset-reset=earliest diff --git a/payapi/src/main/resources/templates/system/param/sourcetype.html b/payapi/src/main/resources/templates/system/param/sourcetype.html index ec041bef..094b2d8f 100644 --- a/payapi/src/main/resources/templates/system/param/sourcetype.html +++ b/payapi/src/main/resources/templates/system/param/sourcetype.html @@ -151,7 +151,7 @@ field: 'checkable', title: '是否清算', align: 'center', - templet: '#anonymousenable-tpl-state', + templet: '#checkable-tpl-state', sort: true }, { -- 2.17.1