debug:归零时,修改订单状态失败
This commit is contained in:
parent
0aa9ea1a61
commit
efade2491d
|
@ -543,6 +543,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
|
|
||||||
<update id="updateByQuery">
|
<update id="updateByQuery">
|
||||||
update sm_transaction_bill stb
|
update sm_transaction_bill stb
|
||||||
|
left join sm_device sd on sd.device_id = stb.device_id
|
||||||
<trim prefix="SET" suffixOverrides=",">
|
<trim prefix="SET" suffixOverrides=",">
|
||||||
<include refid="updateColumns"/>
|
<include refid="updateColumns"/>
|
||||||
</trim>
|
</trim>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user