Commit cccb0bb9 by huluobin

update

parent 2867e4ef
......@@ -21,7 +21,7 @@
SELECT sum(t1.achievement)
from mall_order_technician t1
LEFT JOIN store_technician t2 on t1.id = technician_id = t2.id
LEFT JOIN mall_order t3 on t1.mall_order_id =t2.id
LEFT JOIN mall_order t3 on t1.mall_order_id =t3.id
where t3.create_time= #{date}
<if test="technicianId != null ">
and t1.technician_id =#{technicianId}
......
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