Browse Source

合同列表

release
张彭杰 9 months ago
parent
commit
2674b005a6
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/contract/user/ContractUserQueryController.java

2
dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/contract/user/ContractUserQueryController.java

@ -20,7 +20,7 @@ public class ContractUserQueryController {
@Resource @Resource
private ContractQueryService contractQueryService; private ContractQueryService contractQueryService;
@GetMapping("page/customized-service-contract/by/dating_store_team")
@GetMapping("page/customized-service-contract/by/dating-store-team")
@ApiOperation("线下门店查询合同列表 -- 线下门店") @ApiOperation("线下门店查询合同列表 -- 线下门店")
public QnPage<UserPageCustomizedServiceContractVo> userPageCustomizedServiceContractByDatingStoreTeam(PageUtil pageUtil, public QnPage<UserPageCustomizedServiceContractVo> userPageCustomizedServiceContractByDatingStoreTeam(PageUtil pageUtil,
UserPageCustomizedServiceContractQueryParams queryParams, UserPageCustomizedServiceContractQueryParams queryParams,

Loading…
Cancel
Save