待办中心-认证参数-bug修改
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ public class ParamsManifestTodoCenterServiceImpl implements IParamsManifestTodoC
|
|||||||
// 统计待填写数量 包括状态:待填写,认证工程师退回
|
// 统计待填写数量 包括状态:待填写,认证工程师退回
|
||||||
count = (int) pcmList.stream().filter(e-> (CollectManifestStateEnum.WAIT_FILL.getValue().equals(e.getState())
|
count = (int) pcmList.stream().filter(e-> (CollectManifestStateEnum.WAIT_FILL.getValue().equals(e.getState())
|
||||||
|| CollectManifestStateEnum.CERT_BACK.getValue().equals(e.getState()))
|
|| CollectManifestStateEnum.CERT_BACK.getValue().equals(e.getState()))
|
||||||
&& loginUser.getUsername().equals(e.getDre())).count();
|
&& (loginUser.getUsername().equals(e.getDre()) || loginUser.getUsername().equals(e.getSdt()))).count();
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
paramsManifestEO.setWaitFillNum(count);
|
paramsManifestEO.setWaitFillNum(count);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user