|
|
|
@ -21,7 +21,7 @@ public class PdaServiceImpl implements IPdaBindingService {
|
|
|
|
|
@Override
|
|
|
|
|
public String selectBoxNameByCode(String boxCode) {
|
|
|
|
|
|
|
|
|
|
return mapper.selectBoxNameByCode(boxCode.substring(2,12));
|
|
|
|
|
return mapper.selectBoxNameByCode(boxCode.substring(7,17));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|