Commit c0dd33d8 by qwmqiuwenmin

fix

parent d18a3761
......@@ -106,7 +106,7 @@
</update>
<select id=selectByApplicationIdAndWxEnterpriseId resultMap="BaseResultMap" parameterType="java.lang.String" >
<select id="selectByApplicationIdAndWxEnterpriseId" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from tab_haoban_wx_enterprise_application_related
......@@ -115,7 +115,7 @@
and status_flag = 1
</select>
<select id=listByWxEnterpriseId resultMap="BaseResultMap" parameterType="java.lang.String" >
<select id="listByWxEnterpriseId" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from tab_haoban_wx_enterprise_application_related
......
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