From: Xia Kaixiang Date: Wed, 30 Oct 2019 09:39:21 +0000 (+0800) Subject: 支付能力配置bug X-Git-Tag: 1.0.4^2 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=2bc50fd4ba800f8aec4a09ace93ec89cb1fb2084;p=epayment%2Ffood_payapi.git 支付能力配置bug --- 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 }, {