|
@@ -738,10 +738,6 @@
|
|
|
select distinct A.operation_function operationFunction
|
|
select distinct A.operation_function operationFunction
|
|
|
from meter_base_operation_log A
|
|
from meter_base_operation_log A
|
|
|
where 1 = 1
|
|
where 1 = 1
|
|
|
- <if test="startTime != null and endTime != null and startTime != '' and endTime != ''">
|
|
|
|
|
- and A.create_Time >= TO_DATE(#{startTime}, 'yyyy-MM-dd HH24:mi:ss')
|
|
|
|
|
- and A.create_Time <= TO_DATE(#{endTime}, 'yyyy-MM-dd HH24:mi:ss')
|
|
|
|
|
- </if>
|
|
|
|
|
order by a.operation_function
|
|
order by a.operation_function
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
@@ -1394,11 +1390,6 @@
|
|
|
<select id="measurementAccuracyOperationPage" resultType="java.lang.String">
|
|
<select id="measurementAccuracyOperationPage" resultType="java.lang.String">
|
|
|
select distinct A.operation_page operationPage
|
|
select distinct A.operation_page operationPage
|
|
|
from meter_base_operation_log A
|
|
from meter_base_operation_log A
|
|
|
- where 1 = 1
|
|
|
|
|
- <if test="startTime != null and endTime != null and startTime != '' and endTime != ''">
|
|
|
|
|
- and A.create_Time >= TO_DATE(#{startTime}, 'yyyy-MM-dd HH24:mi:ss')
|
|
|
|
|
- and A.create_Time <= TO_DATE(#{endTime}, 'yyyy-MM-dd HH24:mi:ss')
|
|
|
|
|
- </if>
|
|
|
|
|
order by A.operation_page
|
|
order by A.operation_page
|
|
|
</select>
|
|
</select>
|
|
|
<select id="measurementAccuracyCreateManName" resultType="java.lang.String">
|
|
<select id="measurementAccuracyCreateManName" resultType="java.lang.String">
|
|
@@ -1406,10 +1397,6 @@
|
|
|
from meter_base_operation_log A
|
|
from meter_base_operation_log A
|
|
|
where 1 = 1
|
|
where 1 = 1
|
|
|
and A.create_man_name is not null
|
|
and A.create_man_name is not null
|
|
|
- <if test="startTime != null and endTime != null and startTime != '' and endTime != ''">
|
|
|
|
|
- and A.create_Time >= TO_DATE(#{startTime}, 'yyyy-MM-dd HH24:mi:ss')
|
|
|
|
|
- and A.create_Time <= TO_DATE(#{endTime}, 'yyyy-MM-dd HH24:mi:ss')
|
|
|
|
|
- </if>
|
|
|
|
|
order by A.create_man_name
|
|
order by A.create_man_name
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|