瀏覽代碼

feature 代码提交

xiahan 1 年之前
父節點
當前提交
fb49f19bda
共有 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

@@ -183,7 +183,7 @@
                     #{workshopId}
                 </foreach>
             </if>
-            <if test="factoryId != null and factoryId != ''">and a1.TENANTID = #{factoryId}</if>
+            <if test="factoryId != null and factoryId != 'ALL'">and a1.TENANTID = #{factoryId}</if>
             <if test="startTime != null ">and a1.PLANSTARTDATE &gt;= #{startTime}</if>
             <if test="endTime != null ">and a1.PLANENDDATE &lt;= #{endTime}
             </if>