Commit 14b6e83ea24937def9e62f0deb458d1879e1afb3
1 parent
5f9d14d6
金蝶收款单增加唯一标识符
Showing
1 changed file
with
1 additions
and
1 deletions
etrade-thirdparty/src/main/java/com/diligrp/etrade/thirdparty/utils/BaseApiUtils.java
@@ -30,7 +30,7 @@ public abstract class BaseApiUtils { | @@ -30,7 +30,7 @@ public abstract class BaseApiUtils { | ||
30 | protected static Gson gson = new Gson(); | 30 | protected static Gson gson = new Gson(); |
31 | 31 | ||
32 | public BaseApiUtils(IdentifyInfo identifyInfo) { | 32 | public BaseApiUtils(IdentifyInfo identifyInfo) { |
33 | - api = new K3CloudApi(identifyInfo); | 33 | + api = new K3CloudApi(identifyInfo,false); |
34 | } | 34 | } |
35 | 35 | ||
36 | protected <T extends RepoRet<?>> void errorInfoRecord(T repoRet) { | 36 | protected <T extends RepoRet<?>> void errorInfoRecord(T repoRet) { |