<resultMap id="voyageIdResult" type="java.lang.String" >
        <result column="voyage_id" property="voyageId" jdbcType="VARCHAR" />
 </resultMap>

<select id="findAll" resultMap="voyageIdResult" parameterType="java.lang.String">
      select voyage_id from load_discharg where supplier_code = #{supplierCode};
</select>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2023-03-21
  • 2021-12-07
  • 2021-11-04
  • 2022-12-23
  • 2020-10-18
相关资源
相似解决方案