浏览代码

BUGfiX 解決忽略冲突后 发布还提示存在冲突的问题

xiahan 1 年之前
父节点
当前提交
e55afbd4a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cx-aps/cx-aps-common/src/main/resources/mybatis/ApsBlankOrderDao.xml

+ 1 - 1
cx-aps/cx-aps-common/src/main/resources/mybatis/ApsBlankOrderDao.xml

@@ -182,7 +182,7 @@
                 <foreach collection="blankIds" item="id" open="(" close=")" separator=",">
                     #{id}
                 </foreach>
-                AND (CONFLICTDES is not null or  CONFLICTDES !='' )
+                AND (CONFLICTDES is not null AND  CONFLICTDES !='' )
             </where>
     </select>
 </mapper>