Merge remote-tracking branch 'origin/master_merge_0523' into master_merge_0523
This commit is contained in:
@@ -721,7 +721,7 @@ public class InBoxManageServiceImpl implements InBoxManageService {
|
|||||||
JSONObject jsonAttr = queryStruct(jsonParam);
|
JSONObject jsonAttr = queryStruct(jsonParam);
|
||||||
|
|
||||||
// 如果是移库空并且仓位为空则报错
|
// 如果是移库空并且仓位为空则报错
|
||||||
if (ObjectUtil.isNotEmpty(block_num) && ObjectUtil.isEmpty(jsonAttr)) {
|
if (ObjectUtil.isNotEmpty(jsonParam.getString("move_block_num")) && ObjectUtil.isEmpty(jsonAttr)) {
|
||||||
throw new BadRequestException("转库任务巷道"+block_num+"仓位不足!");
|
throw new BadRequestException("转库任务巷道"+block_num+"仓位不足!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user