Commit dae5ad48 authored by 罗林杰's avatar 罗林杰

修改活动查询

parent 76b085ab
......@@ -121,7 +121,9 @@
LEFT JOIN sys_user su ON su.business_id = ca.create_by
WHERE
ca.del_flag = '0'
AND ca.publish_status = '1'
<if test="entity.publishStatus !=null and entity.publishStatus != '' ">
and ca.publish_status = #{entity.publishStatus}
</if>
<if test="entity.flag!=null and entity.flag != '' ">
and ca.flag = #{entity.flag}
</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