|
|
@@ -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>
|
|
|
|