@@ -519,7 +519,6 @@
where fp.collection_id = #{collectionId}
and fp.status = 1
and fp.doctor_confirm = 1
- and fp.prescribe_img_url is not null
ORDER BY fp.audit_time DESC
LIMIT 1
</select>