|
@@ -11,6 +11,7 @@
|
|
<if test="param.startTime!= null and param.startTime != ''">
|
|
<if test="param.startTime!= null and param.startTime != ''">
|
|
and al.create_time BETWEEN (#{param.startTime} and #{param.endTime})
|
|
and al.create_time BETWEEN (#{param.startTime} and #{param.endTime})
|
|
</if>
|
|
</if>
|
|
|
|
+ order by al.create_time desc
|
|
</select>
|
|
</select>
|
|
<select id="getLogDataM" resultType="com.fdkankan.agent.entity.AgentNewLog">
|
|
<select id="getLogDataM" resultType="com.fdkankan.agent.entity.AgentNewLog">
|
|
SELECT *
|
|
SELECT *
|