| | |
| | | Config config = configService.selectOne(new EntityWrapper<Config>().eq("code","bareBoard")); |
| | | if (!Cools.isEmpty(config) && !Cools.isEmpty(config.getValue()) && config.getValue().equals("Y")){ |
| | | BasDevp basDevp = basDevpService.selectById(213); |
| | | if (!Cools.isEmpty(basDevp) && basDevp.getWrkNo()==0 && basDevp.getAutoing().equals("Y") && basDevp.getLoading().equals("N")){ |
| | | if (!Cools.isEmpty(basDevp) && basDevp.getWrkNo()==0 && basDevp.getAutoing().equals("Y") && basDevp.getLoading().equals("N") && basDevp.getReportSign()==0){ |
| | | bareBoardHandler.start(213); |
| | | } |
| | | } |