Explorar o código

Merge remote-tracking branch 'origin/dev_1.1.0' into dev_1.1.0

caozixuan hai 1 ano
pai
achega
e37cd0d691
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sop-business/src/main/resources/mapper/TBSopInfoMapper.xml

+ 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
                     </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>