insert into device_gateway(
id,
did,
gwid,
expire_time
)
values(
nextval(‘device_gateway_id_seq’),
#{deviceName, jdbcType=VARCHAR},
#{gatewayName,jdbcType=VARCHAR},
(now() + ‘1 D’)
insert into device_gateway(
id,
did,
gwid,
expire_time
)
values(
nextval(‘device_gateway_id_seq’),
#{deviceName, jdbcType=VARCHAR},
#{gatewayName,jdbcType=VARCHAR},
(now() + ‘1 D’)