Commit 19f14c80 by 墨竹

fix:欢迎语发送修改

parent f8ce4929
......@@ -18,13 +18,13 @@ public class MemberUnionidWechatAccountQDTO implements Serializable {
*/
private String unionid;
/**
* 导购id
* openId
*/
private String clerkId;
private String openId;
/**
* 微信企业id
* 参数
*/
private String wxEnterpriseId;
private String sceneStr;
public String getEnterpriseId() {
return enterpriseId;
......@@ -42,19 +42,19 @@ public class MemberUnionidWechatAccountQDTO implements Serializable {
this.unionid = unionid;
}
public String getClerkId() {
return clerkId;
public String getOpenId() {
return openId;
}
public void setClerkId(String clerkId) {
this.clerkId = clerkId;
public void setOpenId(String openId) {
this.openId = openId;
}
public String getWxEnterpriseId() {
return wxEnterpriseId;
public String getSceneStr() {
return sceneStr;
}
public void setWxEnterpriseId(String wxEnterpriseId) {
this.wxEnterpriseId = wxEnterpriseId;
public void setSceneStr(String sceneStr) {
this.sceneStr = sceneStr;
}
}
......@@ -144,4 +144,6 @@
<dubbo:reference interface="com.gic.enterprise.api.service.AuthorizeService" id="authorizeService"/>
<dubbo:reference id="quartzService" interface="com.gic.quartz.api.service.QuartzService" timeout="10000"/>
<dubbo:reference id="memberApiService" interface="com.gic.member.api.service.MemberApiService" timeout="10000"/>
<dubbo:reference id="weixinBaseFunService" interface="com.gic.wechat.api.service.fwh.WeixinBaseFunService" timeout="10000"/>
</beans>
\ No newline at end of file
......@@ -189,7 +189,7 @@
from tab_haoban_miniprogram_setting
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
and enterprise_id=#{enterpriseId}
and status_flag=1
and status_flag=1 order by create_time desc limit 1
</select>
<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