物料库存查询修改

This commit is contained in:
苏尹岚
2020-03-10 13:55:28 +08:00
parent 6f1a514545
commit 85746d9f23
2 changed files with 4 additions and 11 deletions

View File

@@ -74,14 +74,7 @@ func TestGetTrackMessagePlusByOrder(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func TestSearchShopStock(t *testing.T) {
result, err := api.SearchShopStock(&SearchShopStockParam{
RequestId: utils.GetUUID(),
DeptNo: DepartmentNo,
ShopNo: ShopNo,
PageSize: 1000,
// GoodsNo: "EMG4418111359846",
PageNumber: 1,
})
result, err := api.SearchShopStock("")
if err != nil {
t.Fatal(err)
}