|
@@ -237,7 +237,7 @@
|
|
|
<if test="params.zhifubao != null and params.zhifubao != '' and params.zhifubao != 'null'">
|
|
<if test="params.zhifubao != null and params.zhifubao != '' and params.zhifubao != 'null'">
|
|
|
and co.zhifubao = #{params.zhifubao}
|
|
and co.zhifubao = #{params.zhifubao}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="params.userId != null and params.userId != '' and params.userId != 'null'">
|
|
|
|
|
|
|
+ <if test="params.userId != null">
|
|
|
and co.user_id = #{params.userId}
|
|
and co.user_id = #{params.userId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="params.type != null and params.type != '' and params.type != 'null'">
|
|
<if test="params.type != null and params.type != '' and params.type != 'null'">
|