增加业务参数
This commit is contained in:
@ -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()));
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user