mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
如果之前存在订单分账记录, 则逻辑删除
This commit is contained in:
@@ -922,4 +922,10 @@
|
||||
AND t2.transaction_code = #{dto.transactionCode,jdbcType=VARCHAR}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<delete id="deleteOrderSplitRecord">
|
||||
update order_split_record
|
||||
set del_flag = '1'
|
||||
where order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
</delete>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user