Commit cab85b14 by jianan

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

parent 110db1b9
......@@ -103,7 +103,7 @@
AND t.task_type = #{taskType,jdbcType=BIGINT}
</if>
<if test="dropOptionName != null">
AND t.notice like concat(concat('%',#{dropOptionName,jdbcType=VARCHAR}),'%')
AND op.drop_option_name like concat(concat('%',#{dropOptionName,jdbcType=VARCHAR}),'%')
</if>
AND t.is_active = 1
</select>
......@@ -130,7 +130,7 @@
AND t.task_type = #{taskType,jdbcType=BIGINT}
</if>
<if test="dropOptionName != null">
AND t.notice like concat(concat('%',#{dropOptionName,jdbcType=VARCHAR}),'%')
AND op.drop_option_name like concat(concat('%',#{dropOptionName,jdbcType=VARCHAR}),'%')
</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