no message

This commit is contained in:
2025-09-04 15:24:36 +08:00
parent a28f0e70ea
commit dfe1741b7c
2 changed files with 8 additions and 1 deletions

View File

@ -239,6 +239,13 @@
</update>
<update id="updateByOutItemId" parameterType="com.sczx.pay.alipay.po.RentRuleItem">
update zc_rent_rule_item
set ali_item_id = #{aliItemId}
where out_item_id = #{outItemId}
</update>
<update id="updateItemIdByOutItemId" parameterType="com.sczx.pay.alipay.po.RentRuleItem">
update zc_rent_rule_item
<set>
<if test="outItemId != null and outItemId != ''">out_item_id = #{outItemId},</if>