|  |  | 
 |  |  |     left join ba_block bbk on bd.blockId = bbk.id | 
 |  |  |     where bd.deleted != 1 | 
 |  |  |     <trim prefix="and" suffixOverrides="and"> | 
 |  |  |       <if test="name != null"> | 
 |  |  |       <if test="name != null and name != ''"> | 
 |  |  |         bd.name like concat('%', #{name}, '%') and | 
 |  |  |       </if> | 
 |  |  |       <if test="header != null"> | 
 |  |  |       <if test="header != null and header != ''"> | 
 |  |  |         bd.header = '#{header,jdbcType=VARCHAR}' and | 
 |  |  |       </if> | 
 |  |  |       <if test="phone != null"> | 
 |  |  |       <if test="phone != null and phone != ''"> | 
 |  |  |         bd.phone = '#{phone,jdbcType=VARCHAR}' and | 
 |  |  |       </if> | 
 |  |  |       <if test="blockName != null"> | 
 |  |  | 
 |  |  |     left join ba_district bdtv on bd.villageId=bdtv.id | 
 |  |  |     where bd.deleted != 1 | 
 |  |  |     <trim prefix="and" suffixOverrides="and"> | 
 |  |  |       <if test="name != null"> | 
 |  |  |       <if test="name != null and name != ''"> | 
 |  |  |         bd.name like concat('%', #{name}, '%') and | 
 |  |  |       </if> | 
 |  |  |       <if test="header != null"> | 
 |  |  |       <if test="header != null and header != ''"> | 
 |  |  |         bd.header = '#{header,jdbcType=VARCHAR}' and | 
 |  |  |       </if> | 
 |  |  |       <if test="phone != null"> | 
 |  |  |       <if test="phone != null and phone != ''"> | 
 |  |  |         bd.phone = '#{phone,jdbcType=VARCHAR}' and | 
 |  |  |       </if> | 
 |  |  |       <if test="blockName != null"> | 
 |  |  | 
 |  |  |     order by bd.id DESC | 
 |  |  |     <trim prefix="limit " > | 
 |  |  |       <if test="start != null and count != null"> | 
 |  |  |         #{start,jdbcType=INTEGER}, #{count,jdbcType=INTEGER} | 
 |  |  |         #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER} | 
 |  |  |       </if> | 
 |  |  |     </trim> | 
 |  |  |   </select> | 
 |  |  |   <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoBa.BaDivide"> | 
 |  |  |   <insert id="putin" parameterType="com.dy.pipIrrGlobal.pojoBa.BaDivide"> | 
 |  |  |     <!--@mbg.generated--> | 
 |  |  |     insert into ba_divide (id, `name`, countyId,  | 
 |  |  |       townId, villageId, blockId,  |