|
@ -89,7 +89,7 @@ |
|
|
<if test='null != serviceMatter and "" != serviceMatter'> |
|
|
<if test='null != serviceMatter and "" != serviceMatter'> |
|
|
AND sr.SERVICE_MATTER = #{serviceMatter} |
|
|
AND sr.SERVICE_MATTER = #{serviceMatter} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != startTime and startTime != '' and null != endTime and endTime != ''"> |
|
|
<if test=" null != startTime and null != endTime"> |
|
|
AND a.ACTIVITY_TIME BETWEEN #{startTime} AND #{endTime} |
|
|
AND a.ACTIVITY_TIME BETWEEN #{startTime} AND #{endTime} |
|
|
</if> |
|
|
</if> |
|
|
GROUP BY a.id |
|
|
GROUP BY a.id |
|
|