|
@@ -81,9 +81,6 @@ public interface ProceduresClient {
|
|
|
public HashMap<String, Object> findProcedure(@RequestParam("procedure") String idProces,
|
|
public HashMap<String, Object> findProcedure(@RequestParam("procedure") String idProces,
|
|
|
@RequestParam("action") String action);
|
|
@RequestParam("action") String action);
|
|
|
|
|
|
|
|
- @GetMapping("/procedure/pam/import")
|
|
|
|
|
- public String getPamByNomProcesAndCurs(@RequestParam String proces, @RequestParam Integer curso);
|
|
|
|
|
-
|
|
|
|
|
@PostMapping("/procedure/form/template")
|
|
@PostMapping("/procedure/form/template")
|
|
|
public HashMap<String, Object> formTemplate(@RequestParam("id") Integer idPlantilla,
|
|
public HashMap<String, Object> formTemplate(@RequestParam("id") Integer idPlantilla,
|
|
|
@RequestParam("action") String action);
|
|
@RequestParam("action") String action);
|