Commit cab85b14 by jianan

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

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