@@ -12,9 +12,7 @@
<if test="param.userId !=null ">
and d.user_id = #{param.userId}
</if>
- <if test="param.outType !=null ">
- and d.own = #{param.outType}
- </if>
+
<if test="param.type !=null ">
and d.type = #{param.type}