问题修改
This commit is contained in:
parent
04d000d0e2
commit
70f17ac59b
|
|
@ -83,9 +83,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</update>
|
||||
|
||||
<update id="updateDeviceStatus">
|
||||
UPDATE ma_dev_info SET entry_status = 0 WHERE ma_id IN (
|
||||
select ma_id from cs_device_real_dev where cs_id = #{id}
|
||||
)
|
||||
UPDATE ma_dev_info
|
||||
SET entry_status = 0
|
||||
WHERE ma_id IN (select dev_id
|
||||
from cs_device_real_dev
|
||||
where cs_id = #{id})
|
||||
</update>
|
||||
|
||||
<delete id="delOrder">
|
||||
|
|
|
|||
Loading…
Reference in New Issue