| | |
| | | <if test="blockId != null"> |
| | | bc.blockId = #{blockId,jdbcType=BIGINT} and |
| | | </if> |
| | | <if test="name != null"> |
| | | <if test="name != null and name != ''"> |
| | | bc.`name` like concat('%', #{name}, '%') and |
| | | </if> |
| | | <if test="num != null"> |
| | | <if test="num != null and num != ''"> |
| | | bc.num = #{num,jdbcType=VARCHAR} and |
| | | </if> |
| | | <if test="phone != null"> |
| | | <if test="phone != null and phone != ''"> |
| | | bc.phone = #{phone,jdbcType=VARCHAR} and |
| | | </if> |
| | | </trim> |
| | |
| | | </if> |
| | | </trim> |
| | | </select> |
| | | <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoBa.BaClient"> |
| | | <insert id="putin" parameterType="com.dy.pipIrrGlobal.pojoBa.BaClient"> |
| | | <!--@mbg.generated--> |
| | | insert into ba_client (id, countyId, townId, villageId, blockId, divideId, |
| | | typeId, `name`, num, phone, |