Commit 369025d0 by huluobin

update

parent 1bea1ddb
......@@ -12,9 +12,11 @@
select t1.*
from mall_order_technician t1
left join mall_order t2 on t1.mall_order_id = t2.id
LEFT JOIN store_technician t3 on t1.technician_id = t3.id
where t1.technician_id = #{param.technicianId}
and t2.status = 4
and FROM_UNIXTIME(t2.create_time / 1000, '%Y-%m') = #{param.date}
and t3.status = 1
</select>
<select id="queryTotalMallOrderAchievement" resultType="java.math.BigDecimal">
......@@ -29,5 +31,6 @@
<if test="departmentId != null ">
and t2.department_id =#{departmentId}
</if>
and t2.status =1
</select>
</mapper>
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