|
@@ -68,15 +68,15 @@
|
|
|
, t.remark= #{remark}
|
|
, t.remark= #{remark}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
- <if test="boxId !=null and boxId != ''">
|
|
|
|
|
- , t.box_id= #{boxId}
|
|
|
|
|
- </if>
|
|
|
|
|
where 1=1
|
|
where 1=1
|
|
|
<if test="baId !=null and baId != ''">
|
|
<if test="baId !=null and baId != ''">
|
|
|
and t.ba_id= #{baId}
|
|
and t.ba_id= #{baId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="communityId !=null and communityId != ''">
|
|
<if test="communityId !=null and communityId != ''">
|
|
|
- , t.community_id= #{communityId}
|
|
|
|
|
|
|
+ and t.community_id= #{communityId}
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="boxId !=null and boxId != ''">
|
|
|
|
|
+ and t.box_id= #{boxId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
</update>
|
|
</update>
|