fix 自助进件支付宝关闭自动报备

master
luoyang 5 years ago
parent acca378070
commit 5a03d736ac

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>1.2.64</version> <version>1.2.65</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

@ -770,7 +770,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
Runnable task2 = () -> { Runnable task2 = () -> {
try { try {
if (signInfo != null) { if (signInfo != null) {
clientManager.registerClientApplyGMS(clientMoniker, sysAccount.getString("account_id")); // clientManager.registerClientApplyGMS(clientMoniker, sysAccount.getString("account_id"));
}else { }else {
clientManager.getNewAggregateAgreeFile(clientMoniker, null, true); clientManager.getNewAggregateAgreeFile(clientMoniker, null, true);
} }

Loading…
Cancel
Save