Commit 7dbfab80 by huangfusuper

修改条件拼装失败

parent e086a3c4
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</if> </if>
<if test="flowName != null and flowName != ''"> <if test="flowName != null and flowName != ''">
flow_name = #{flowName} and flow_name = #{flowName}
</if> </if>
</select> </select>
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</if> </if>
<if test="flowName != null and flowName != ''"> <if test="flowName != null and flowName != ''">
flow_name = #{flowName} and flow_name = #{flowName}
</if> </if>
</select> </select>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</if> </if>
<if test="flowName != null and flowName != ''"> <if test="flowName != null and flowName != ''">
flow_name = #{flowName} and flow_name = #{flowName}
</if> </if>
</select> </select>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</if> </if>
<if test="flowName != null and flowName != ''"> <if test="flowName != null and flowName != ''">
flow_name = #{flowName} and flow_name = #{flowName}
</if> </if>
</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