소스 검색

aps-交期延期预警

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

+ 1 - 1
cx-aps/cx-aps-common/src/main/resources/mybatis/ApsProcessOperationProcessEquDao.xml

@@ -864,7 +864,7 @@
         group by
         apope.ROOTTASKID
         ) a LEFT JOIN aps_delivery_offset ado ON a.ID = ado.ID AND ado.DELETED = 0
-        where ado.ID is null or (a.`STATUS` = ado.`STATUS` and ado.`STATUS` != '已完工')
+        where ado.ID is null or (a.`STATUS` = ado.`STATUS` and ado.`STATUS` not in ('已完工','全部取消'))
     </select>
     <select id="selectAllLatestEndDateByCarIds"
             resultType="com.rongwei.bsentity.vo.ProductCardAndLatestScheduleEndDateVo">