diff --git a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml index 1038724c6..e4c1853c0 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml @@ -247,9 +247,19 @@ and sign_date #{params.endScanDate} - + + + and pic_url is not null + + + + and pic_url is null + + + + order by create_time desc