安徽简化版
This commit is contained in:
parent
ff0a813807
commit
fa3a396d90
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue