Commit df2a39ae by zhangxingmin

push

parent 9f42761f
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
select pl.* from product_launch pl select pl.* from product_launch pl
<where> <where>
<if test="request.selectType != null"> <if test="request.selectType != null">
<if test="request.selectType == '1'"> <if test="request.selectType == 1">
and pl.status in ('ZS','YS','DKS') and pl.status in ('ZS','YS','DKS')
</if> </if>
<if test="request.selectType == '2'"> <if test="request.selectType == 2">
and pl.status in ('TS','XJ') and pl.status in ('TS','XJ')
</if> </if>
</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