添加缺失字段
This commit is contained in:
@@ -57,8 +57,7 @@ public class UPpPackageController {
|
||||
*/
|
||||
@GetMapping("/detail/{id}")
|
||||
public CzgResult<PpPackageVO> getPackageDetail(@PathVariable Long id) {
|
||||
PpPackage aPackage = ppPackageService.getPackageById(id);
|
||||
return CzgResult.success(ppPackageService.convertPackageToVo(aPackage));
|
||||
return CzgResult.success(ppPackageService.getPackageDetail(id));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user