Commit f7062776 by 徐高华

sql参数错误

parent e04f07f9
......@@ -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