parent
f02cb81c83
commit
d1a0dbdc3c
|
@ -66,7 +66,7 @@ public class AlteraPricingRS {
|
||||||
// @Produces({ MediaType.APPLICATION_JSON })
|
// @Produces({ MediaType.APPLICATION_JSON })
|
||||||
// @Path("alterarPricing")
|
// @Path("alterarPricing")
|
||||||
public Response alterarPricing(ParamsAlterarPricing params) {
|
public Response alterarPricing(ParamsAlterarPricing params) {
|
||||||
String retorno = "Tipo Operaçãoo não identificada";
|
String retorno = "Tipo Operação não identificada";
|
||||||
AlteraPricingService service = (AlteraPricingService) AppContext.getApplicationContext().getBean("alteraPricingService");
|
AlteraPricingService service = (AlteraPricingService) AppContext.getApplicationContext().getBean("alteraPricingService");
|
||||||
|
|
||||||
if(isUsuarioValido()) {
|
if(isUsuarioValido()) {
|
||||||
|
|
Loading…
Reference in New Issue