Commit 55879c88 authored by xixinzhao's avatar xixinzhao

修改启动报错

parent f0708648
......@@ -169,12 +169,12 @@
UNION ALL
SELECT
wc.id,
'' systemId,
'' systemName,
wc.iot_code AS iotCode,
wc.iot_code AS iotCode,
'' as ecode,
'car' AS type,
wc.car_num AS `code`
'car' AS type,
wc.car_num AS `code`,
'' systemId,
'' systemName
FROM
wl_car wc
where TRIM(wc.iot_code) != '' AND wc.iot_code IS NOT NULL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment