Commit 5ead37be authored by 朱晨阳's avatar 朱晨阳

添加字段

parent b87b80c2
......@@ -155,6 +155,7 @@
ifnull(a.qrcode_color, '') AS qrCodeColor,
ifnull(b.COMPANY_NAME, '') AS stationName,
ifnull(a.CREATE_TIME, '') as recDate,
ifnull(a.UPDATE_STAMP, '') as updateTime,
a.DBID AS objectId,
c.SBBM as jobId,
case when a.QRCODE_COLOR = 'red' then 1
......
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