mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 添加临时方法,更新adapayUnsplitRecord数据
This commit is contained in:
@@ -698,4 +698,11 @@
|
||||
</if>
|
||||
</trim>
|
||||
</insert>
|
||||
|
||||
<select id="queryUnsplitOrders" resultMap="BaseResultMap">
|
||||
select * from adapay_unsplit_record
|
||||
where pay_time >= #{startTime} and pay_time <= #{endTime}
|
||||
and due_refund_amount is null
|
||||
and settle_amount is null
|
||||
</select>
|
||||
</mapper>
|
||||
@@ -3495,4 +3495,13 @@
|
||||
ORDER BY month ASC
|
||||
</select>
|
||||
|
||||
<select id="selectOrderTemp" resultMap="BaseResultMap">
|
||||
select
|
||||
order_code, refund_amount, settle_amount
|
||||
from order_basic_info
|
||||
where order_code in
|
||||
<foreach item="item" collection="orderCodes" separator="," open="(" close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user