修改ExchangeService 抽象定义msg , xml ,json 间的转换
This commit is contained in:
@@ -75,7 +75,7 @@ public class CminmsgServiceImpl implements ICminmsgService {
|
||||
.stream()
|
||||
.filter(x->{
|
||||
String msgBlob = x.getCminmsgsClobMsg();
|
||||
MSG msg = exchangeService.xmlstrToObject(msgBlob, MSG.class);
|
||||
MSG msg = exchangeService.xmlToMsg(msgBlob);
|
||||
String type = msg.getMETA().getTYPE().name();
|
||||
String subType = msg.getMETA().getSTYP().name();
|
||||
return type.equals("SCHD") && subType.equals("RESP");
|
||||
|
||||
Reference in New Issue
Block a user