@@ -118,6 +118,7 @@
<if test="appVersion != null and appVersion != '' ">
and photo_name like concat(#{appVersion},'%')
</if>
+ and signature is not null
and status = 0
group by signature
order by stat_date desc