Commit 55879c88 authored by xixinzhao's avatar xixinzhao

修改启动报错

parent f0708648
...@@ -169,12 +169,12 @@ ...@@ -169,12 +169,12 @@
UNION ALL UNION ALL
SELECT SELECT
wc.id, wc.id,
'' systemId,
'' systemName,
wc.iot_code AS iotCode, wc.iot_code AS iotCode,
'' as ecode, '' as ecode,
'car' AS type, 'car' AS type,
wc.car_num AS `code` wc.car_num AS `code`,
'' systemId,
'' systemName
FROM FROM
wl_car wc wl_car wc
where TRIM(wc.iot_code) != '' AND wc.iot_code IS NOT NULL 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