|
@@ -82,7 +82,7 @@
|
|
|
and gt.status = 'validity'
|
|
and gt.status = 'validity'
|
|
|
and gr.status = 'validity'
|
|
and gr.status = 'validity'
|
|
|
and gr.yhs_id = #{yhsId}
|
|
and gr.yhs_id = #{yhsId}
|
|
|
- and gr.expiry_time > now()
|
|
|
|
|
|
|
+ and gr.expiry_time > now()
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="getGroupRelationViewByUserIdAndRelationId"
|
|
<select id="getGroupRelationViewByUserIdAndRelationId"
|