瀏覽代碼

排程明细锁定

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>
         <where>
             DELETED ='0'
             DELETED ='0'
             <choose>
             <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>
             </choose>
         </where>
         </where>
     </select>
     </select>