Commit 3f247de0 by 徐高华

Merge branch 'bugfix/xgh1212' into 'developer'

Bugfix/xgh1212

See merge request !1584
parents 12c42f51 6a735106
......@@ -212,6 +212,7 @@ public class HaobanCommonMQApiServiceImpl implements HaobanCommonMQApiService {
@Override
public void noticeMemberMQ(String params) {
log.info("通知会员企微标识={}",params);
JSONObject json = JSONObject.parseObject(params) ;
String enterpriseId = json.getString("enterpriseId") ;
List<String> memberIdList = JSONArray.parseArray(json.getString("memberIdList"),String.class) ;
......
......@@ -1522,6 +1522,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
"ff80808179f15903017a13f03b953d8c",
"ff80808179f15878017a142445d644ee").contains(enterpriseId)) {
delay = 90 ;
log.info("美邦延迟处理");
}
clientInstance.sendMessage("qywxTagSyncDeal", JSONObject.toJSONString(pojo),delay);
} catch (Exception e) {
......
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