Commit d03aa195 by jianan

个人详情本周分值

parent 02e3a55d
......@@ -202,6 +202,7 @@
created_at, created_by, updated_at, updated_by, updator_type, creator_type
from ag_mkt_schedule_task_tracking t
where t.practitioner_id = #{practitionerId,jdbcType=BIGINT}
and to_days(t.track_time) <= to_days(now())
<if test="time != null">
<choose>
<when test="time == 'd'.toString() || time == 'D'.toString()">
......
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