Commit bd097872 by jianan

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

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