diff --git a/src/main/resources/mapper/Archive_DetailMapper.xml b/src/main/resources/mapper/Archive_DetailMapper.xml index c8e27b2..f9987c5 100644 --- a/src/main/resources/mapper/Archive_DetailMapper.xml +++ b/src/main/resources/mapper/Archive_DetailMapper.xml @@ -187,7 +187,7 @@ on zd_assort.assort_id = archive_detail.AssortID where 1=1 and flag=0 - and id in (${title}) + and archive_detail.id in (${title}) order by zd_assort.assort_sort,archive_record_name_info.record_sort,archive_detail.UpLoadDateTime