Commit 9db5dee3 by huluobin

闲时折扣

parent be982eaf
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
select t1.* select t1.*
from mall_order_technician t1 from mall_order_technician t1
left join mall_order t2 on t1.mall_order_id = t2.id left join mall_order t2 on t1.mall_order_id = t2.id
where t1.technician_id = #{param.technician} where t1.technician_id = #{param.technicianId}
and t2.status = 4 and t2.status = 4
and FROM_UNIXTIME(t2.create_time / 1000, '%Y-%m') = #{param.date} and FROM_UNIXTIME(t2.create_time / 1000, '%Y-%m') = #{param.date}
</select> </select>
......
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