liurunyu
2025-08-14 1dd888195c562851f869d6c75b424365ed1c781e
pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml
@@ -185,13 +185,14 @@
    </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">