|
|
@ -58,7 +58,7 @@ |
|
|
|
and si.create_time >= #{params.start} |
|
|
|
and si.create_time >= #{params.start} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="params.end != null " > |
|
|
|
<if test="params.end != null " > |
|
|
|
and si.create_time <= (#{params.end} |
|
|
|
and si.create_time <= #{params.end} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<select id="selectBeMyApiIndicators" resultType="com.logpm.supervise.vo.IndicatorsVO"> |
|
|
|
<select id="selectBeMyApiIndicators" resultType="com.logpm.supervise.vo.IndicatorsVO"> |
|
|
|