diff --git a/xymanager_dao/src/main/resources/mappers/RequestResultsDao.xml b/xymanager_dao/src/main/resources/mappers/RequestResultsDao.xml index 626af2e..9ccf888 100644 --- a/xymanager_dao/src/main/resources/mappers/RequestResultsDao.xml +++ b/xymanager_dao/src/main/resources/mappers/RequestResultsDao.xml @@ -39,7 +39,7 @@ where request_type = #{requesttype} and client_id = #{clientid} and result = #{result} - and request_schedule_status = #{schedulestatus} + and request_schedule_status is null