Commit 28896129 by huluobin

Merge branch 'master' into branch

parents 07d091d6 db8b1d5f
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
WHERE a.serve_type IS NOT NULL WHERE a.serve_type IS NOT NULL
and a.achievement is not null and a.achievement is not null
and t2.`name` is not null and t2.`name` is not null
and a.start_time LIKE concat(#{month}, '%') and c.create_time LIKE concat(#{month}, '%')
and (c.`status` = 4 or c.`status` = 3) and (c.`status` = 4 or c.`status` = 3)
) t1 ) t1
GROUP BY t1.serve_type, t1.technician_id, t1.department_id GROUP BY t1.serve_type, t1.technician_id, t1.department_id
......
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