@@ -347,7 +347,7 @@ public class SafetyCheckRegisterSericeImpl extends ServiceImpl<CoreSafetyTaskMap
}
- if (ObjectUtil.equal(point.getValue(), 1)) {
+ if (ObjectUtil.equal(data.getIsSubmit(),1) && ObjectUtil.equal(point.getValue(), 1)) {
Question question = dataVoToQuestion(data, org, point, pointVo,user);
questions.add(question);