作者 朱兆平

放行指令日志BUG修复

... ... @@ -470,6 +470,8 @@ public class LiftBar {
String flag="",type="";
commandLog command=new commandLog();
command.setId(UUID.randomUUID().toString());
command.setBarcode(info.getBarcode());
if(land!=null){
command.setBarcode(land.getBarcode());
command.setBusnessType(land.getBusinesstype());
... ...