liurunyu
2025-08-07 46d7e39bd7b491adca88bb896e0bec654b40ef95
pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdParamMapper.xml
@@ -113,9 +113,7 @@
  <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>
    <include refid="Base_Column_List" />
    from md_param tb
    where crops_id = #{cropsId,jdbcType=BIGINT}
  </select>