修改了外链证书的问题1

This commit is contained in:
wucongxing8150 2025-08-29 13:18:55 +08:00
parent 6a2742d539
commit 320bf70024
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
AND l.app_iden = #{labelIden} AND l.app_iden = #{labelIden}
</if> </if>
<if test="isNeedLink == 0"> <if test="isNeedLink == 0">
AND l.is_link = 0 AND a.is_link = 0
</if> </if>
) AS result ) AS result
JOIN case_clinical_article a ON a.article_id = result.article_id JOIN case_clinical_article a ON a.article_id = result.article_id

View File

@ -46,7 +46,7 @@
AND l.app_iden = #{labelIden} AND l.app_iden = #{labelIden}
</if> </if>
<if test="isNeedLink == 0"> <if test="isNeedLink == 0">
AND l.is_link = 0 AND a.is_link = 0
</if> </if>
<if test="order != null and !order.isEmpty()"> <if test="order != null and !order.isEmpty()">
ORDER BY ORDER BY