Browse Source

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

caozixuan 1 year ago
parent
commit
e37cd0d691
1 changed files with 1 additions and 1 deletions
  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>