|
@@ -144,7 +144,7 @@ public class BoxCodeFormatImpl implements BoxCodeFormatService {
|
|
|
//查询箱码幅面
|
|
|
BoxCodeFormat boxCodeFormat = boxCodeFormatMapper.selectById(req.getId());
|
|
|
if (boxCodeFormat == null) {
|
|
|
- throw new BusinessException(ErrorCodeEnum.ERROR_PARAM.getCode(),"箱码幅面不存在");
|
|
|
+ throw new BusinessException(ErrorCodeEnum.NO_EXISTS_DATA.getCode(), "箱码幅面不存在");
|
|
|
}
|
|
|
|
|
|
//逻辑删除
|