INVOICE 大写

master
dalong306 4 years ago
parent 4931efd039
commit 5f97b57377

@ -161,7 +161,7 @@ public class TradeSecureServiceHanyinImpl implements TradeSecureService {
} catch (Exception e) {
e.printStackTrace();
}
String fileName = StringUtils.substring(begin, 0, 6) + "-Invoice-" + RandomStringUtils.random(9, true, true).toUpperCase() + "-"
String fileName = StringUtils.substring(begin, 0, 6) + "-INVOICE-" + RandomStringUtils.random(9, true, true).toUpperCase() + "-"
+ mch.getString("client_moniker") + ".pdf";
sendSftpFile(begin, fileName, fileData);

Loading…
Cancel
Save