Commit bd097872 by jianan

导出运营报表2-经纪人日程管理,销售目标,活动量

parent ab943ab2
...@@ -8,6 +8,6 @@ public class PractitionerScheduleRequestVO { ...@@ -8,6 +8,6 @@ public class PractitionerScheduleRequestVO {
private String trackTime; private String trackTime;
private Long practitionerId; private Long practitionerId;
private Integer taskType; private Integer taskType;
private Long dropOptionName; private String dropOptionName;
private PageInfo<PractitionerScheduleInfo> page; private PageInfo<PractitionerScheduleInfo> page;
} }
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
AND t.task_type = #{taskType,jdbcType=BIGINT} AND t.task_type = #{taskType,jdbcType=BIGINT}
</if> </if>
<if test="dropOptionName != null"> <if test="dropOptionName != null">
AND t.md_drop_option_id = #{dropOptionName,jdbcType=BIGINT} AND t.notice like concat(concat('%',#{dropOptionName,jdbcType=VARCHAR}),'%')
</if> </if>
AND t.is_active = 1 AND t.is_active = 1
</select> </select>
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
AND t.practitioner_id = #{practitionerId,jdbcType=BIGINT} AND t.practitioner_id = #{practitionerId,jdbcType=BIGINT}
</if> </if>
<if test="type != null"> <if test="type != null">
AND t.t.statistic_time_unit = #{type,jdbcType=BIGINT} AND t.statistic_time_unit = #{type,jdbcType=BIGINT}
</if> </if>
AND t.is_active = 1 AND t.is_active = 1
</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