liurunyu
2025-08-07 d55721924174387377c0bd0b7964a82d4629224a
pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml
@@ -169,9 +169,7 @@
  </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">
@@ -187,6 +185,15 @@
    </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
  </select>
  <update id="deleteById" parameterType="java.lang.Long">
    update md_crops
    set deleted = 1