修改--内容审核,修改退回总数计算方式
This commit is contained in:
parent
8f8439fc19
commit
07938e02a9
@ -85,7 +85,7 @@ public class SysWorkReviewController extends BaseController {
|
|||||||
Long waitCount = userWorkService.getUserWorkCount("2");
|
Long waitCount = userWorkService.getUserWorkCount("2");
|
||||||
|
|
||||||
// 退回总数
|
// 退回总数
|
||||||
Long unPassCount = userWorkService.getUserWorkCount("5");
|
Long unPassCount = userWorkService.getUserWorkCount("4");
|
||||||
|
|
||||||
AjaxResult ajax = AjaxResult.success();
|
AjaxResult ajax = AjaxResult.success();
|
||||||
ajax.put("tCount", tCount);
|
ajax.put("tCount", tCount);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user