|  |  | 
 |  |  |   </select> | 
 |  |  |   <select id="selectSome" parameterType="java.util.Map" resultType="com.dy.pipIrrGlobal.voMd.VoCrops"> | 
 |  |  |     select | 
 |  |  |     <include refid="Part_Column_List" > | 
 |  |  |       <property name="alias" value="bd"/> | 
 |  |  |     </include> | 
 |  |  |     <include refid="Part_Column_List" /> | 
 |  |  |     from md_crops tb | 
 |  |  |     where tb.deleted != 1 | 
 |  |  |     <trim prefix="and" suffixOverrides="and"> | 
 |  |  | 
 |  |  |     </trim> | 
 |  |  |   </select> | 
 |  |  |  | 
 |  |  |   <select id="selectAll" resultType="com.dy.pipIrrGlobal.voMd.VoCrops"> | 
 |  |  |     select | 
 |  |  |     <include refid="Part_Column_List" > | 
 |  |  |       <property name="alias" value="tb"/> | 
 |  |  |     </include> | 
 |  |  |     from md_crops tb | 
 |  |  |     where tb.deleted != 1 | 
 |  |  |     order by tb.id ASC | 
 |  |  |   </select> | 
 |  |  |  | 
 |  |  |   <update id="deleteById" parameterType="java.lang.Long"> | 
 |  |  |     update md_crops | 
 |  |  |     set deleted = 1 |