促销相关代码批量提交

This commit is contained in:
Chopper
2021-08-20 15:47:54 +08:00
parent 7276824a18
commit e141d22504
30 changed files with 121 additions and 67 deletions

View File

@@ -72,7 +72,7 @@ public class AfterSaleBuyerController {
})
@GetMapping(value = "/applyAfterSaleInfo/{sn}")
public ResultMessage<AfterSaleApplyVO> applyAfterSaleInfo(@PathVariable String sn) {
return ResultUtil.data(afterSaleService.getAfterSaleDTO(sn));
return ResultUtil.data(afterSaleService.getAfterSaleVO(sn));
}
@PostMapping(value = "/save/{orderItemSn}")