Commit be24a5bc by fudahua

Merge remote-tracking branch 'origin/developer' into developer

parents 674ed61f c0dd33d8
......@@ -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