java110-db/src/main/resources/mapper/community/InspectionTaskDetailServiceDaoImplMapper.xml
@@ -210,6 +210,9 @@ <if test="nowTime != null"> and t.create_time < #{nowTime} </if> <if test="qrCodeTime != null"> and t.create_time > #{qrCodeTime} </if> <if test="inspectionStartTime !=null and inspectionStartTime != ''"> and t.inspection_time >= #{inspectionStartTime} </if>