소스 검색

bugFix 解决代码报错的问题

xiahan 1 년 전
부모
커밋
9d4b10a29a

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

@@ -187,7 +187,7 @@
                         #{id}
                     </foreach>
                 </if>
-                <if test="blankIds != null and blankIds!=''">
+                <if test="factoryId != null and factoryId!=''">
                     and TENANTID=#{factoryId}
                 </if>
             </where>

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

@@ -85,7 +85,7 @@
                     #{id}
                 </foreach>
             </if>
-            <if test="blankIds != null and blankIds!=''">
+            <if test="factoryId != null and factoryId!=''">
                 and TENANTID=#{factoryId}
             </if>
         </where>