wangxuan 7 月之前
父節點
當前提交
751015a946
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      business-common/src/main/resources/mybatis/business/ZhcxCommissionCheckDao.xml

+ 1 - 1
business-common/src/main/resources/mybatis/business/ZhcxCommissionCheckDao.xml

@@ -73,7 +73,7 @@
                 JOIN INCONTROL.ZHCX_PROJECT_DEVICE_NUMBER nu ON
                 c.MACHINEID = nu.ID
                     AND nu.DELETED = '0'
-                    AND (nu.STATUS != '发运' OR nu.STATUS IS NULL OR nu.STATUS != '已交机')
+                    AND ((nu.STATUS != '发运' and nu.STATUS != '已交机') OR nu.STATUS IS NULL)
         WHERE
             c.PROJECTCODE = (
                 SELECT