|
@ -34,7 +34,7 @@ |
|
|
ic_party_activity |
|
|
ic_party_activity |
|
|
WHERE DEL_FLAG = '0' |
|
|
WHERE DEL_FLAG = '0' |
|
|
AND (AGENCY_ID = #{agencyId} OR PIDS LIKE concat( '%', #{agencyId}, '%' )) |
|
|
AND (AGENCY_ID = #{agencyId} OR PIDS LIKE concat( '%', #{agencyId}, '%' )) |
|
|
<if test='null != serviceMatter'> |
|
|
<if test='null != serviceMatter and "" != serviceMatter'> |
|
|
AND SERVICE_MATTER = #{serviceMatter} |
|
|
AND SERVICE_MATTER = #{serviceMatter} |
|
|
</if> |
|
|
</if> |
|
|
<if test='null != startTime'> |
|
|
<if test='null != startTime'> |
|
|