@@ -117,7 +117,7 @@
and (select count(1) from t_b_ding tbd where tbd.sop_no = tbsi.sop_no and tbd.ding_exception = 1) > 0
</when>
<otherwise>
- and (select count(1) from t_b_ding tbd where tbd.sop_no = tbsi.sop_no and tbd.ding_exception = 0) <![CDATA[ >= ]]> 0
+ and (select count(1) from t_b_ding tbd where tbd.sop_no = tbsi.sop_no and tbd.ding_exception = 0) <![CDATA[ > ]]> 0
</otherwise>
</choose>
</if>