liurunyu
2025-08-07 46d7e39bd7b491adca88bb896e0bec654b40ef95
修改完善
1个文件已修改
3 ■■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">