|
@@ -127,7 +127,7 @@ public class PurchaseController { |
|
|
|
|
|
|
|
|
@GetMapping("/pageXcfhxApply-detail/{id}") |
|
|
@GetMapping("/pageXcfhxApply-detail/{id}") |
|
|
@ApiOperation("获取信创符合性申请列表") |
|
|
@ApiOperation("获取信创符合性申请列表") |
|
|
public XinchuangVO pageXcfhxApply(@PathVariable Long id) { |
|
|
|
|
|
|
|
|
public XinchuangVO detailXcfhxApply(@PathVariable Long id) { |
|
|
return purchaseManage.detailXcfhxApply(id); |
|
|
return purchaseManage.detailXcfhxApply(id); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|