|
@@ -3470,6 +3470,9 @@
|
|
|
<select id="likeByDesc" parameterType="java.util.HashMap" resultMap="BaseResultMap">
|
|
<select id="likeByDesc" parameterType="java.util.HashMap" resultMap="BaseResultMap">
|
|
|
<include refid="select"/>
|
|
<include refid="select"/>
|
|
|
<include refid="whereLike"/>
|
|
<include refid="whereLike"/>
|
|
|
|
|
+ <if test="startTime != null and endTime != null and startTime != '' and endTime != ''">
|
|
|
|
|
+ and net_time >= TO_DATE(#{startTime}, 'yyyy-MM-dd HH24:mi:ss') and net_time <= TO_DATE(#{endTime}, 'yyyy-MM-dd HH24:mi:ss')
|
|
|
|
|
+ </if>
|
|
|
<if test="flag != null and flag != ''">
|
|
<if test="flag != null and flag != ''">
|
|
|
and value_flag != '0'
|
|
and value_flag != '0'
|
|
|
</if>
|
|
</if>
|