Commit 1283bf8c by Java-曹文达

sql修改

parent ad5cb549
......@@ -10,7 +10,7 @@
a.update_time updateTime,
a.`name`,
a.position,
b.`name` department,
IFNULL(b.`name`,'无') department,
c.`code`
FROM
bpm_employee a
......@@ -30,7 +30,7 @@
a.update_time updateTime,
a.`name`,
a.position,
b.`name` department,
IFNULL(b.`name`,'无') department,
c.`code`
FROM
bpm_employee a
......
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