update 汇付退款

This commit is contained in:
2023-05-29 10:18:46 +08:00
parent aee277ae1a
commit 40be2c600c
7 changed files with 33 additions and 3 deletions

View File

@@ -118,4 +118,11 @@
where member_id = #{memberId,jdbcType=VARCHAR}
order by create_time desc
</select>
<select id="selectByOrderCode" resultType="com.jsowell.pile.domain.MemberTransactionRecord">
SELECT
<include refid="Base_Column_List"/>
FROM `member_transaction_record`
where del_flag = '0'
and order_code = #{orderCode}
</select>
</mapper>