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