rev:软废直接入库修改
This commit is contained in:
@@ -1094,8 +1094,8 @@ public class HandNewMaterialServiceImpl implements HandNewMaterialService {
|
||||
if (ObjectUtil.isEmpty(point_code)) throw new PdaRequestException("站点不能为空!");
|
||||
|
||||
// 此入库只能是RFRK01/RFRK02
|
||||
if (!"RFRK01,RFRK02".contains(point_code)) {
|
||||
throw new BadRequestException("此页面只允许固定点位入库【RFRK01/RFRK02】");
|
||||
if (!"RFRK01,RFRK02,RFRK03,RFRK04".contains(point_code)) {
|
||||
throw new BadRequestException("此页面只允许固定点位入库【RFRK01/RFRK02/RFRK03/RFRK04】");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user