| | |
| | | @Override |
| | | public List<String> getRemmendLoc(String matnr) { |
| | | LocRule locRule = locRuleService.selectOne(new EntityWrapper<LocRule>().eq("matnr", matnr)); |
| | | this.baseMapper.getRommendLoc(locRule.getRowBeg(),locRule.getRowEnd(),locRule.getBayBeg(),locRule.getBayEnd(),locRule.getLevBeg(),locRule.getLevEnd()); |
| | | return |
| | | if (locRule == null){ |
| | | return null; |
| | | } |
| | | List<String> list = this.baseMapper.getRommendLoc(locRule.getRowBeg(),locRule.getRowEnd(),locRule.getBayBeg(),locRule.getBayEnd(),locRule.getLevBeg(),locRule.getLevEnd()); |
| | | return list; |
| | | } |
| | | } |