ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml
@@ -60,6 +60,9 @@ <if test="query.status != null"> and t1.status = #{query.status} </if> <if test="query.tenantId != null"> and t1.tenant_id = #{query.tenantId} </if> AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} </where>