|
|
|
@ -37,8 +37,14 @@ public class PdaServiceImpl implements IPdaBindingService {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public String selectBoxNameByCode(String boxCode) {
|
|
|
|
|
// mapper.selectBoxNameByCode(boxCode.substring(7,17));
|
|
|
|
|
// select MATERIAL_NAME from BASE_MATERIALINFO where MATERIAL_CODE = #{boxCode}
|
|
|
|
|
return mapper.selectBoxNameByCode(boxCode);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mapper.selectBoxNameByCode(boxCode.substring(7,17));
|
|
|
|
|
@Override
|
|
|
|
|
public String selectBoxNameBarCode(String boxCode) {
|
|
|
|
|
return mapper.selectBoxNameBarCode(boxCode.substring(7,17));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|