Prechádzať zdrojové kódy

feature 代码提交

xiahan 1 rok pred
rodič
commit
fb49f19bda

+ 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>