待办工单和已办工单
parent
d4cebec79d
commit
18144d3681
|
@ -78,8 +78,8 @@ public class IndexServiceImpl implements IndexService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
resultMap.put("waitDoneTotal", waitDoneTotal);
|
resultMap.put("waitDoneTotal", jsonObject.getInteger("todoCount"));
|
||||||
resultMap.put("doneTotal", doneTotal);
|
resultMap.put("doneTotal", jsonObject.getInteger("doneCount"));
|
||||||
|
|
||||||
return new GeneralResult(true, resultMap, "查询成功");
|
return new GeneralResult(true, resultMap, "查询成功");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in New Issue