修改ExchangeService 抽象定义msg , xml ,json 间的转换
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class FlightInfoServiceImpl implements IFlightInfoService {
|
||||
@Override
|
||||
public Boolean updateByDaySchd(Cminmsg cminmsg) {
|
||||
String clobMsg = cminmsg.getCminmsgsClobMsg();
|
||||
MSG dnldMsg = exchangeService.xmlstrToObject(clobMsg, MSG.class);
|
||||
MSG dnldMsg = exchangeService.xmlToMsg(clobMsg);
|
||||
|
||||
//
|
||||
List<SCHD.FLTR> lsFltr = dnldMsg
|
||||
|
||||
Reference in New Issue
Block a user