修改bug
This commit is contained in:
parent
9783d5fe1a
commit
95fc7da161
|
|
@ -87,7 +87,6 @@
|
||||||
<insert id="addDeviceReleaseLog">
|
<insert id="addDeviceReleaseLog">
|
||||||
insert into nu_iot_device_bind_log(
|
insert into nu_iot_device_bind_log(
|
||||||
sn,
|
sn,
|
||||||
dimension,
|
|
||||||
device_name,
|
device_name,
|
||||||
device_type,
|
device_type,
|
||||||
device_model,
|
device_model,
|
||||||
|
|
@ -98,7 +97,6 @@
|
||||||
)
|
)
|
||||||
select
|
select
|
||||||
sn,
|
sn,
|
||||||
dimension,
|
|
||||||
device_name,
|
device_name,
|
||||||
device_type,
|
device_type,
|
||||||
device_model,
|
device_model,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue