|
@@ -38,8 +38,8 @@
|
|
|
<if test="param.activatedEndTime !=null and param.activatedEndTime != '' ">
|
|
|
and c.activated_time <= #{param.activatedEndTime}
|
|
|
</if>
|
|
|
- <if test="param.agentId !=null ">
|
|
|
- and d.agent_id = #{param.agentId}
|
|
|
+ <if test="param.agentName !=null and param.agentName !='' ">
|
|
|
+ and an.name like concat('%',#{param.agentName},'%')
|
|
|
</if>
|
|
|
order by c.activated_time desc
|
|
|
</select>
|