修改单页加载pdfbug

master
zengwh 4 years ago
parent 59de7fa191
commit 1bcac38a77

@ -187,7 +187,7 @@
on zd_assort.assort_id = archive_detail.AssortID
where 1=1 and flag=0
<if test="title != null and title!=''">
and id in (${title})
and archive_detail.id in (${title})
</if>
order by zd_assort.assort_sort,archive_record_name_info.record_sort,archive_detail.UpLoadDateTime
</select>

Loading…
Cancel
Save