浏览代码

aps-自动调度

sucheng 6 月之前
父节点
当前提交
1259e9482f
共有 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

@@ -199,7 +199,7 @@
         where
             apo.DELETED='0' and apope.deleted='0'
           and apope.ACTUALFINISHDATE is not null
-          and  apope.PLANENDDATE > CURRENT_TIME
+          and  apope.PLANENDDATE > now()
           and apo.PROCESS != '铸轧'
     </update>
     <update id="removeLockNextDayProcessEqu">