浏览代码

feature 代码提交

xiahan 1 年之前
父节点
当前提交
3f95feddc5
共有 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

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