소스 검색

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>