pad接口-请领单-出库:去掉出库成功后的数据返回
This commit is contained in:
parent
f2da5449cf
commit
a75c7b31a9
|
|
@ -365,7 +365,6 @@ public class InvoicingQldApi {
|
|||
Map<String, Object> result = qinglingApi.outbound(dto);
|
||||
if ("success".equals(result.get("status"))) {
|
||||
result.put("message", "出库成功");
|
||||
result.put("result", qinglingApi.queryQldByQldNo(dto.getQldNo()));
|
||||
}
|
||||
return Result.ok(result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue