Commit 768e0a11 authored by 张宇杰's avatar 张宇杰

删除不需要的动态查询

parent 732fe31b
...@@ -1105,9 +1105,6 @@ ...@@ -1105,9 +1105,6 @@
from t_record from t_record
<where> <where>
create_id = #{createId} create_id = #{createId}
<if test="createBy != null and createBy != ''">
AND create_by like concat(concat('%',#{createBy},'%'))
</if>
<if test="processStatus != null"><!-- 问卷状态 --> <if test="processStatus != null"><!-- 问卷状态 -->
AND process_status = #{processStatus} AND process_status = #{processStatus}
</if> </if>
......
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