提交修改
This commit is contained in:
parent
24676e0f62
commit
a06ef45358
@ -30,7 +30,8 @@ public class PostCodeQueueSimpleRabbitListener {
|
||||
public void consumeMessage(@Payload String message, @Header(AmqpHeaders.DELIVERY_TAG) long delivertTag, Channel channel) {
|
||||
try {
|
||||
ApiPostCodeEntity apiPostCodeEntity = JSON.parseObject(message, ApiPostCodeEntity.class);
|
||||
String param = apiPostCodeEntity.getParam1()
|
||||
String param =
|
||||
apiPostCodeEntity.getParam1()
|
||||
+ apiPostCodeEntity.getParam2()
|
||||
+ apiPostCodeEntity.getParam3()
|
||||
+ apiPostCodeEntity.getParam4()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user