Ver código fonte

代码修改

wangliang 1 ano atrás
pai
commit
6614385c9e

+ 1 - 1
sop-business/src/main/resources/mapper/TBSopInfoMapper.xml

@@ -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
                         and (select count(1) from t_b_ding tbd where tbd.sop_no = tbsi.sop_no and tbd.ding_exception = 1) > 0
                     </when>
                     </when>
                     <otherwise>
                     <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>
                     </otherwise>
                 </choose>
                 </choose>
             </if>
             </if>