提交 70976ffd authored 作者: xc's avatar xc

[excel导入]修改百分比BUG

上级 ea69bc44
...@@ -29,6 +29,7 @@ public class ExcelLogServiceImpl implements ExcelLogService { ...@@ -29,6 +29,7 @@ public class ExcelLogServiceImpl implements ExcelLogService {
@Override @Override
public ResponseEntity pageAll(ExcelLogVo ruleVo) { public ResponseEntity pageAll(ExcelLogVo ruleVo) {
try { try {
ruleVo.setPage(ruleVo.getPage() - 1);
PredicateBuilder<ExcelLog> and = Specifications.and(); PredicateBuilder<ExcelLog> and = Specifications.and();
List<JpaCustomOrder> orders = new ArrayList<>(); List<JpaCustomOrder> orders = new ArrayList<>();
JpaCustomOrder jpaCustomOrder = new JpaCustomOrder(); JpaCustomOrder jpaCustomOrder = new JpaCustomOrder();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论