|  |  | 
 |  |  |         <result property="infoid" column="InfoID"/> | 
 |  |  |         <result property="donorno" column="DonorNo"/> | 
 |  |  |         <result property="donorname" column="DonorName"/> | 
 |  |  |         <result property="delflag" column="del_flag"/> | 
 |  |  |         <result property="delFlag" column="del_flag"/> | 
 |  |  |         <result property="createBy" column="create_by"/> | 
 |  |  |         <result property="createTime" column="create_time"/> | 
 |  |  |         <result property="updateBy" column="update_by"/> | 
 |  |  | 
 |  |  |         <if test="fundId != null">and ID = #{fundId}</if> | 
 |  |  |         <if test="serfunid != null">and serfunid = #{serfunid}</if> | 
 |  |  |  | 
 |  |  |     </update> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     <update id="updateShareByfundid"> | 
 |  |  |         UPDATE service_fund_shared | 
 |  |  |         SET | 
 |  |  |         <if test="bh != null">bh = #{bh},</if> | 
 |  |  |         <if test="riqi != null">riqi = #{riqi},</if> | 
 |  |  |         <if test="zffs != null">zffs = #{zffs},</if> | 
 |  |  |         update_time = sysdate() | 
 |  |  |         WHERE | 
 |  |  |         del_flag != 1 | 
 |  |  |         <if test="fundId != null">and ID = #{fundId}</if> | 
 |  |  |         <if test="serfunid != null">and serfunid = #{serfunid}</if> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     </update> | 
 |  |  | </mapper> |