| | |
| | | #{item.communityId}, |
| | | </if> |
| | | <if test="item.userId !=null and item.userId !='' "> |
| | | #{item.}, |
| | | #{item.userId}, |
| | | </if> |
| | | <if test="item.status !=null and item.status !='' "> |
| | | #{item.status}, |
| | |
| | | id=#{item.id}, |
| | | </if> |
| | | <if test="item.communityId !=null and item.communityId !='' "> |
| | | community_Id=#{item.communityId}, |
| | | community_id=#{item.communityId}, |
| | | </if> |
| | | <if test="item.userId !=null and item.userId !='' "> |
| | | user_id=#{item.}, |
| | | user_id=#{item.userId}, |
| | | </if> |
| | | <if test="item.status !=null and item.status !='' "> |
| | | status=#{item.status}, |