Commit 5688ce56 by 梅存智

我的培训查询所有

parent b2831a2e
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<if test="bizType == null"> <if test="bizType == null">
AND c.biz_type=1 AND c.biz_type=1
</if> </if>
<if test="bizType != null"> <if test="bizType != null and bizType != 10">
AND c.biz_type=#{bizType} AND c.biz_type=#{bizType}
</if> </if>
<if test="type != 0 "> <if test="type != 0 ">
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
<if test="bizType == null"> <if test="bizType == null">
AND c.biz_type=1 AND c.biz_type=1
</if> </if>
<if test="bizType != null"> <if test="bizType != null and bizType != 10">
AND c.biz_type=#{bizType} AND c.biz_type=#{bizType}
</if> </if>
<if test="type != 0 "> <if test="type != 0 ">
......
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