Commit efd8a7ce authored by hezhen's avatar hezhen

123

parent 4abc947c
......@@ -35,6 +35,7 @@
select a.*,t.name as typeName from `activity` a
LEFT JOIN activity_type t on a.type=t.type
<where>
a.is_del = 0
<if test="goodsType != null">
and a.`goods_type`=#{goodsType}
</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