调整查询仓库类工单接口名

This commit is contained in:
1378012178@qq.com 2025-12-31 08:55:49 +08:00
parent 1ae82034b6
commit 2f654817c0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class WareHouseApi {
private IInvoicingOrdersApi invoicingOrdersApi;
@ApiOperation(value = "仓库类服务指令工单-查询工单信息", notes = "仓库类服务指令工单-查询工单信息")
@GetMapping(value = "/queryCareList")
@GetMapping(value = "/queryOrderList")
public Result<InvoicingDirectiveEntity> queryCareList(InvoicingDirectiveEntity dto,
@RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
@RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize,