|
|
@@ -368,9 +368,6 @@
|
|
|
<if test="bId !=null and bId != ''">
|
|
|
and t.b_id= #{bId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="ownerFlag !=null and ownerFlag != ''">
|
|
|
and t.owner_flag= #{ownerFlag}
|
|
|
</if>
|
|
|
@@ -423,9 +420,6 @@
|
|
|
<if test="bId !=null and bId != ''">
|
|
|
and t.b_id= #{bId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="ownerFlag !=null and ownerFlag != ''">
|
|
|
and t.owner_flag= #{ownerFlag}
|
|
|
</if>
|
|
|
@@ -480,9 +474,6 @@
|
|
|
<if test="bId !=null and bId != ''">
|
|
|
and t.b_id= #{bId}
|
|
|
</if>
|
|
|
- <if test="userId !=null and userId != ''">
|
|
|
- and t.user_id= #{userId}
|
|
|
- </if>
|
|
|
<if test="ownerFlag !=null and ownerFlag != ''">
|
|
|
and t.owner_flag= #{ownerFlag}
|
|
|
</if>
|