|  |  |  | 
|---|
|  |  |  | return this.baseMapper.selectEmptyLocCount(locMast.getLocType1(), locMast.getCrnNo()) > 1; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /* | 
|---|
|  |  |  | *获取目标库位所在巷道最浅非空库位 | 
|---|
|  |  |  | * */ | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public LocMast selectLocByLocStsPakInF(Integer curRow,Integer nearRow,List<String> locNos) { | 
|---|
|  |  |  | if (curRow<nearRow){ | 
|---|
|  |  |  | return this.baseMapper.selectLocByLocStsPakInF1(locNos); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return this.baseMapper.selectLocByLocStsPakInF2(locNos); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /* | 
|---|
|  |  |  | * 获取目标库位所在巷道最深空库位 | 
|---|
|  |  |  | * */ | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,List<String> locNos) { | 
|---|
|  |  |  | if (curRow<nearRow){ | 
|---|
|  |  |  | return this.baseMapper.selectLocByLocStsPakInO1(locNos); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return this.baseMapper.selectLocByLocStsPakInO2(locNos); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public LocMast selectByBarcode(String zpallet) { | 
|---|
|  |  |  | return this.baseMapper.selectByBarcode(zpallet); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public Boolean checkWhole(List<LocDetl> locDetls) { | 
|---|
|  |  |  | return null; | 
|---|