Merge branch 'hotfix-hanyinfix'

master
yixian 5 years ago
commit fa3ad18f21

@ -66,7 +66,7 @@ public class TradeSecureServiceHanyinImpl implements TradeSecureService {
if (upload) { if (upload) {
sftpUpload(file); sftpUpload(file);
} }
if (resp != null) { if (!upload && resp != null) {
file.writeToHttp(resp); file.writeToHttp(resp);
} }
} }

Loading…
Cancel
Save