后端:增加部分退款逻辑
This commit is contained in:
@@ -41,4 +41,11 @@
|
||||
LIMIT 1
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
<select id="selectById" parameterType="Integer" resultType="PayTransactionExtensionDO">
|
||||
SELECT
|
||||
<include refid="FIELDS"/>
|
||||
FROM transaction_extension
|
||||
WHERE id = #{id}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user