添加主航班的共享航班信息

This commit is contained in:
zhouxiunai
2019-01-15 19:32:52 +08:00
parent dd6070be82
commit c6c9f0a4f8
5 changed files with 94 additions and 4 deletions
@@ -10,7 +10,6 @@ import com.gzzn.omms.msgexchangeapi.dao.CminmsgDao;
import com.gzzn.omms.msgexchangeapi.entity.Cminmsg;
import com.gzzn.omms.msgexchangeapi.entity.CminmsgWapper;
import com.gzzn.omms.msgexchangeapi.msghandler.HandlerResult;
import com.gzzn.omms.msgexchangeapi.msghandler.flop.LACLHandler;
import com.gzzn.omms.msgexchangeapi.service.exchange.IExchangeService;
import com.gzzn.omms.msgexchangeapi.utils.JsonUtil;
@@ -27,7 +26,7 @@ public class DNLDHandlerTest {
@Test
public void testRun()
{
Cminmsg cminmsg = cminmsgDao.findOne(82463L);
Cminmsg cminmsg = cminmsgDao.findOne(233338L);
CminmsgWapper cminmsgWapper = new CminmsgWapper(cminmsg);
cminmsgWapper.setMsg(exchangeService.xmlToMsg(cminmsg.getCminmsgsClobMsg()));