正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -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()); |
-
请 注册 或 登录 后发表评论