修改了外链证书的问题1
This commit is contained in:
parent
6a2742d539
commit
320bf70024
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user