作者 xudada

修复land为null时,没有二维码信息,日志查不到问题

@@ -470,8 +470,8 @@ public class LiftBar { @@ -470,8 +470,8 @@ public class LiftBar {
470 String flag="",type=""; 470 String flag="",type="";
471 commandLog command=new commandLog(); 471 commandLog command=new commandLog();
472 command.setId(UUID.randomUUID().toString()); 472 command.setId(UUID.randomUUID().toString());
  473 + command.setBarcode(info.getBarcode());
473 if(land!=null){ 474 if(land!=null){
474 - command.setBarcode(land.getBarcode());  
475 command.setBusnessType(land.getBusinesstype()); 475 command.setBusnessType(land.getBusinesstype());
476 } 476 }
477 command.setAreaId(info.getAreaid()); 477 command.setAreaId(info.getAreaid());