浏览代码

绩效结果考核申报取消校验工作完成情况

hlf 1 年之前
父节点
当前提交
c6cf1c21f4

+ 3 - 2
ims-service/ims-eval/src/main/java/com/ims/eval/controller/DeptAssessmentDeclarationController.java

@@ -616,7 +616,7 @@ public class DeptAssessmentDeclarationController {
 	 */
 	@GetMapping(value = "/participantsNumber/{id}")
 	public R participantsNumber(@PathVariable String id) {
-		QueryWrapper<DeptAssessmentDeclarationComplete> qwComplete = new QueryWrapper<>();
+		/*QueryWrapper<DeptAssessmentDeclarationComplete> qwComplete = new QueryWrapper<>();
 		if (StringUtils.isNotEmpty(id)) {
 			qwComplete.lambda().eq(DeptAssessmentDeclarationComplete::getAssessmentDeclarationId, id);
 		}
@@ -630,7 +630,8 @@ public class DeptAssessmentDeclarationController {
 			return R.ok().data(countContent);
 		} else {
 			return R.error("未添加工作完成情况!");
-		}
+		}*/
+		return R.ok();
 	}
 
 	/**