项目

一般

简介

错误 #26475

仓库模块-新建仓库, 库管员id为空-返回新建成功

由 葛程 在 11 个月 之前添加. 更新于 10 个月 之前.

状态:
已关闭
优先级:
指派给:
开始日期:
2023-08-25
计划完成日期:
% 完成:

0%

预期时间:
严重等级:
Major
问题所属模块:
仓库模块
问题类型:
自动化测试问题

描述

接口路径:https://gapmsit.persagy.com/inventory/restWarehouseServer/createWarehouse
header:
header:{
"Content-Type":"application/json;charset=utf-8",
"groupCode":"apiauto"
}

入参:
{
"user_id": "1e846066a9c149e6ab7f2fdfa2a3e43c",
"project_id": "Pj6120000001",
"warehouse_name": "ApiTestqpM8",
"warehouse_keeper_id": [
""
],
"department_id": "",
"warehouse_type_code": "",
"location_id": "",
"goods_shelf": [

]

}
响应:
{
"Item": {
"warehouse_id": "CK612000000180a895844069437a91e4a635c808c433"
},
"ResultCode": "00000",
"Result": "success"
}
预期结果:
{
"ResultMsg": "warehouse_keeper_id 不能为空",
"ResultCode": "K0001",
"Result": "failure"
}
实际结果:
{
"Item": {
"warehouse_id": "CK612000000180a895844069437a91e4a635c808c433"
},
"ResultCode": "00000",
"Result": "success"
}

历史记录

#1

薛涛 更新于 10 个月 之前

  • 状态新建 变更为 已解决

此需求已经添加

#2

由 葛程 更新于 10 个月 之前

v5.5.0-d857bb5-202309011046版本验证通过

#3

由 葛程 更新于 10 个月 之前

  • 状态已解决 变更为 已关闭

导出 Atom PDF