Commit 498ba5b2 authored by chenhao's avatar chenhao

删除多余的/

parent 5bc6f759
...@@ -976,10 +976,10 @@ ...@@ -976,10 +976,10 @@
deleted = 0 deleted = 0
<foreach collection="paramMap" index="key" item="value"> <foreach collection="paramMap" index="key" item="value">
<if test="key == 'isDraft' and value == 1"> <if test="key == 'isDraft' and value == 1">
\ and a.danger_state = 'draft' and discoverer_user_id = #{paramMap[userId]} and a.danger_state = 'draft' and discoverer_user_id = #{paramMap[userId]}
</if> </if>
<if test="key == 'isDraft' and value == 0"> <if test="key == 'isDraft' and value == 0">
\ and a.danger_state != 'draft' and a.danger_state != 'draft'
</if> </if>
<if test="key == 'bizType' and value != null and value != ''"> <if test="key == 'bizType' and value != null and value != ''">
and a.biz_type = #{value} and a.biz_type = #{value}
......
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