@@ -139,6 +139,7 @@ public class ClueController {
boolean isNotAll = sysFunctionService.hasPriviledge(user.getRoleId(), "查看负责部门线索");
List<Clue> list = new ArrayList<>();
clue.setIsDelete(1);
+ clue.setPageIndex((clue.getPageIndex() - 1) * clue.getPageFrom());
int i = 0;
if (isAll) {
//查看全部线索