Explorar el Código

信创审核列表 方法名优化

tags/24080901
PoffyZhang hace 2 meses
padre
commit
e9d4929418
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      hz-pm-api/src/main/java/com/hz/pm/api/projectdeclared/controller/PurchaseController.java

+ 1
- 1
hz-pm-api/src/main/java/com/hz/pm/api/projectdeclared/controller/PurchaseController.java Ver fichero

@@ -127,7 +127,7 @@ public class PurchaseController {

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



Cargando…
Cancelar
Guardar