no message

This commit is contained in:
2025-08-27 01:44:25 +08:00
parent 2fc96102a6
commit 9ff8038104
4 changed files with 14 additions and 8 deletions

View File

@ -39,6 +39,12 @@
</insert>
<update id="updateBatteryRule" parameterType="BatteryRule">
<selectKey keyProperty='id' resultType='java.lang.Long' order='AFTER'>
SELECT
id
from zc_rent_battey_rule
where meal_id = #{mealId}
</selectKey>
update zc_rent_battey_rule
<trim prefix="SET" suffixOverrides=",">
<if test="title != null and title != ''">title = #{title},</if>