租赁协议

This commit is contained in:
liang.chao 2024-12-18 10:08:16 +08:00
parent 3b0b0c331e
commit df8a7f3245
1 changed files with 4 additions and 4 deletions

View File

@ -243,7 +243,7 @@ public class OrderController extends BaseController {
return sysFileService.upload(file);
}
/* @ApiOperation(value = "购物车协议(查看)-word方式")
@ApiOperation(value = "购物车协议(查看)-word方式")
@GetMapping("/bookCarAgreement")
public AjaxResult bookCarAgreement(OrderInfoDto orderInfoDto, Map<String, String> replacements) throws ParseException, IOException {
if (orderInfoDto != null) {
@ -303,7 +303,7 @@ public class OrderController extends BaseController {
} else {
return AjaxResult.error("参数错误");
}
}*/
}
/* @ApiOperation(value = "租赁协议(查看)-富文本方式")
@ -349,7 +349,7 @@ public class OrderController extends BaseController {
return AjaxResult.success(result);
}*/
@ApiOperation(value = "购物车协议(查看)-富文本方式")
/* @ApiOperation(value = "购物车协议(查看)-富文本方式")
@PostMapping("/bookCarAgreement")
public AjaxResult getbookCarAgreement(@RequestBody OrderInfoDto orderInfoDto) throws ParseException {
if (orderInfoDto != null) {
@ -389,5 +389,5 @@ public class OrderController extends BaseController {
} else {
return AjaxResult.error("参数错误");
}
}
}*/
}