|
@@ -57,7 +57,7 @@
|
|
<where>
|
|
<where>
|
|
operator_id=#{userId}
|
|
operator_id=#{userId}
|
|
<if test="operationTypeId!=null">
|
|
<if test="operationTypeId!=null">
|
|
- operation_type_id=#{operationTypeId}
|
|
|
|
|
|
+ and operation_type_id=#{operationTypeId}
|
|
</if>
|
|
</if>
|
|
<if test="startTime!=null and endTime!=null">
|
|
<if test="startTime!=null and endTime!=null">
|
|
and operation_time between #{startTime} and #{endTime}
|
|
and operation_time between #{startTime} and #{endTime}
|