fix wx notify

master
luoyang 5 years ago
parent 8b02624f62
commit fa7e289d51

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.3.9</version>
<version>1.3.10</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.4.0</jib-maven-plugin.version>

@ -116,8 +116,8 @@ public class KycServiceImpl implements KycService {
emails.add(email);
bdNames += bd.getString("display_name");
}
if (StringUtils.isNotEmpty(bd.getString("wechat_openid"))) {
openIds.add(bd.getString("wechat_openid"));
if (StringUtils.isNotEmpty(bd.getString("wx_openid"))) {
openIds.add(bd.getString("wx_openid"));
}
}
Context ctx = new Context();

@ -167,8 +167,5 @@
</div>
</div>
<div style="text-align: center">
<a role="button" style="margin-bottom: 25px;" class="btn btn-success btn-sm ng-scope" ng-if="('10'|withRole)" ng-click="complianceCheck()">check</a>
</div>
</div>

Loading…
Cancel
Save