Commit b455af30 by 徐高华

默认小程序

parent bfc1710d
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
from tab_haoban_miniprogram_setting from tab_haoban_miniprogram_setting
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR} where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
and enterprise_id=#{enterpriseId} and enterprise_id=#{enterpriseId}
and status_flag=1 order by create_time desc limit 1 and status_flag=1 and miniprogram_type = 0 order by create_time desc limit 1
</select> </select>
<select id="listMiniprogramSetting" resultMap="BaseResultMap"> <select id="listMiniprogramSetting" resultMap="BaseResultMap">
......
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