liurunyu
2025-08-06 973e04d0ab5dda92a0014bdaf1150b86abde398e
pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdParamMapper.xml
@@ -111,12 +111,13 @@
  </select>
  <select id="selectAll" resultType="com.dy.pipIrrGlobal.voMd.VoParam">
  <select id="selectAll" parameterType="java.lang.Long" resultType="com.dy.pipIrrGlobal.voMd.VoParam">
    select
    <include refid="Base_Column_List" >
      <property name="alias" value="bd"/>
    </include>
    from md_param tb
    where crops_id = #{cropsId,jdbcType=BIGINT}
  </select>
</mapper>