安徽简化版

This commit is contained in:
sxu 2025-01-10 10:18:11 +08:00
parent ff0a813807
commit fa3a396d90
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
,rent_over_user = #{userName}
,rent_over_time = now()
</if>
-- ah-simple 临时改动 START
<if test="orderStatus == 20">
,rent_over_user = #{userName}
,rent_over_time = now()
</if>
-- ah-simple 临时改动 END
<if test="orderStatus == 99">
,refuse_user = #{userName}
,refuse_time = now()