修试后入库接口判断修改
This commit is contained in:
parent
9f6f40e746
commit
85e34e4812
|
|
@ -555,8 +555,8 @@ public class BmQrBoxServiceImpl implements BmQrBoxService {
|
|||
*/
|
||||
@Override
|
||||
public AjaxResult getBoxCodeList(BmQrBoxInfo bmQrBoxInfo) {
|
||||
if (null == bmQrBoxInfo.getBoxCode() || null == bmQrBoxInfo.getMaTypeId()) {
|
||||
return AjaxResult.error(HttpCodeEnum.FAIL.getCode(), "标准箱编码或机具类型id不能为空");
|
||||
if (null == bmQrBoxInfo.getBoxCode() ) {
|
||||
return AjaxResult.error(HttpCodeEnum.FAIL.getCode(), "标准箱编码不能为空");
|
||||
}
|
||||
return AjaxResult.success(bmQrBoxMapper.getBoxCodeList(bmQrBoxInfo));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue