소스 검색

feature 代码提交

xiahan 1 년 전
부모
커밋
3a40a26606
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

@@ -111,7 +111,7 @@
         <where>
             abo.DELETED ='0'
             <choose>
-                <when test="lockMark=='y'"> and apo.PLANSTARTDATE &lt; #{lockTime} </when>
+                <when test='lockMark=="y"'> and apo.PLANSTARTDATE &lt; #{lockTime} </when>
                 <otherwise>and apo.PLANSTARTDATE &gt; #{lockTime}</otherwise>
             </choose>
         </where>