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