Commit 3fc6dd33401143383e8b2ea7cb40fa3b1b9609dd

Authored by 潘钊
1 parent e8f4f55e

update...

src/main/java/com/bsth/server_rs/electric/ElectricService.java
@@ -29,7 +29,7 @@ public class ElectricService { @@ -29,7 +29,7 @@ public class ElectricService {
29 JdbcTemplate jdbcTemplate; 29 JdbcTemplate jdbcTemplate;
30 30
31 @GET 31 @GET
32 - @Path("/company/{company}/{rq}") 32 + @Path("/{company}/{rq}")
33 public List<Electric> list(@PathParam("company") String company, @PathParam("rq") String rq){ 33 public List<Electric> list(@PathParam("company") String company, @PathParam("rq") String rq){
34 List<Electric> list = null; 34 List<Electric> list = null;
35 try { 35 try {