Commit d87743c4 authored by 高宇's avatar 高宇

1 优化导出统计

parent 16295231
...@@ -19,7 +19,7 @@ import javax.servlet.http.HttpServletResponse; ...@@ -19,7 +19,7 @@ import javax.servlet.http.HttpServletResponse;
* @Description: Jnsp74tm controlle层 * @Description: Jnsp74tm controlle层
*/ */
@RestController @RestController
@RequestMapping("/Jnsp74tm") @RequestMapping("/Jnsp7xtm")
public class Jnsp7xtmController extends CyPaginationController<Jnsp7xtm> { public class Jnsp7xtmController extends CyPaginationController<Jnsp7xtm> {
@Autowired @Autowired
......
...@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
* @Description: 查询统计controller层 * @Description: 查询统计controller层
*/ */
@RestController @RestController
@RequestMapping("/jnsp74tmStatistics") @RequestMapping("/jnsp7xtmStatistics")
public class Jnsp7xtmStatisticsController { public class Jnsp7xtmStatisticsController {
@Autowired @Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment