增加业务参数

This commit is contained in:
zhangqinbin
2021-08-04 17:09:37 +08:00
parent 9fe6eace74
commit 4b3d45e855
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ public class BizMessageConsumerServiceImpl implements BizMessageConsumerService
vo.setMsgId(source.getId()); vo.setMsgId(source.getId());
vo.setServicecode(source.getServicecode()); vo.setServicecode(source.getServicecode());
vo.setAuthorizestate(source.getAuthorizestate()); vo.setAuthorizestate(source.getAuthorizestate());
vo.setAuthorizeid(source.getAuthorizeid());
BeanUtils.copyProperties(source, vo); BeanUtils.copyProperties(source, vo);
return vo; return vo;
}).collect(Collectors.toList())); }).collect(Collectors.toList()));

View File

@ -18,7 +18,6 @@ public class DescribeSiteMsgVO {
private String category; private String category;
private String servicecode; private String servicecode;
private String authorizestate; private String authorizestate;
private String authorizeid;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Timestamp createtime; private Timestamp createtime;