作者 朱兆平

放行指令日志BUG修复

@@ -470,6 +470,8 @@ public class LiftBar { @@ -470,6 +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());
  474 +
473 if(land!=null){ 475 if(land!=null){
474 command.setBarcode(land.getBarcode()); 476 command.setBarcode(land.getBarcode());
475 command.setBusnessType(land.getBusinesstype()); 477 command.setBusnessType(land.getBusinesstype());