支付管理

This commit is contained in:
19173159168
2025-08-23 23:19:51 +08:00
parent 5552778829
commit 2faf33fcde
3 changed files with 51 additions and 10 deletions

View File

@ -48,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
</if>
</where>
order by paid_at desc
</select>
<select id="selectZcOrderSubBySuborderId" parameterType="Long" resultMap="ZcOrderSubResult">