Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -218,7 +218,7 @@ public class SpecLockDelayApplicationController extends DefaultBaseController { |
| 218 | 218 | */ |
| 219 | 219 | @ApiOperation("获取订单申请延期数据") |
| 220 | 220 | @GetMapping("/showContract") |
| 221 | - public InvokeResult<GetSpecLockDelayApplicationBo> update(@NotBlank(message = "id不能为空!") String id) { | |
| 221 | + public InvokeResult<GetSpecLockDelayApplicationBo> showContract(@NotBlank(message = "id不能为空!") String id) { | |
| 222 | 222 | |
| 223 | 223 | ContractDistributorStandard contractDistributorStandard = contractDistributorStandardService.findById(id); |
| 224 | 224 | if (contractDistributorStandard == null) { | ... | ... |