pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeRefundMapper.xml
@@ -170,4 +170,12 @@ remarks = #{remarks,jdbcType=VARCHAR} where id = #{id,jdbcType=BIGINT} </update> <!--根据钱包ID获取待审核的退款申请对象--> <select id="getRefundByWallerId" parameterType="java.lang.Long" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from se_refund where refund_status = 1 AND wallet_id = ${walletId} </select> </mapper>