chenrj-PC\chenrj 8 years ago
parent
commit
3cdc6de0e7

+ 2 - 2
VisualInspection_server/src/main/java/com/xintong/visualinspection/mapper/master/StatisticsMapper.xml

@@ -305,10 +305,10 @@
 				AND t.end_time <= #{end_date}
 			</if>
 			<if test="score_flag!=null and score_flag == 1">
-				AND cs.check_item_score IS NOT NULL
+				AND cs.check_item_score IS NOT NULL  
 			</if>
 			<if test="score_flag!=null and score_flag == 0">
-				AND cs.check_item_score IS  NULL
+				AND cs.check_item_score IS  NULL  
 			</if>
      </select>