소스 검색

排程明细锁定

fangpy 8 달 전
부모
커밋
dbcb215e7a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      cx-aps/cx-aps-common/src/main/resources/mybatis/ApsBlankOrderDao.xml

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

@@ -169,8 +169,8 @@
         <where>
             DELETED ='0'
             <choose>
-                <when test='lockMark=="y"'> and PLANSTARTDATE &lt; #{lockTime} and  LOCKMARK='n'</when>
-                <otherwise>and PLANSTARTDATE &gt; #{lockTime} and  LOCKMARK='y'</otherwise>
+                <when test='lockMark=="y"'> and PLANSTARTDATE &lt; #{lockTime} and  LOCKMARKDETAIL='n'</when>
+                <otherwise>and PLANSTARTDATE &gt; #{lockTime} and  LOCKMARKDETAIL='y'</otherwise>
             </choose>
         </where>
     </select>