Commit 09a6f1d0 by 徐高华

sql or 加()

parent f7062776
......@@ -471,7 +471,7 @@
select
<include refid="Base_Column_List"/>
from tab_haoban_wx_enterprise
where wx_corpid = #{corpId} or open_corpid = #{corpId}
where ( wx_corpid = #{corpId} or open_corpid = #{corpId} )
<if test="statusFlag != null">
and status_flag = #{statusFlag}
</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