瀏覽代碼

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

caozixuan 1 年之前
父節點
當前提交
e37cd0d691
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>