Compare commits

..

No commits in common. "e8c154af8f40b675c074278b79da865d2d845c2d" and "255a8d14f4130dcf0ce05dd4995db63434730cf3" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class IncomeInvoiceServiceImpl extends BaseService<IncomeInvoiceEntity, S
saveData.put("kpr",content.getString("kpr"));
saveData.put("skr",content.getString("skr"));
saveData.put("fhr",content.getString("fhr"));
saveData.put("url",content.getString("pdfUrl"));
saveData.put("url",content.getString("url"));
saveData.put("ofdurl",content.getString("ofdUrl"));
saveData.put("xmlurl",content.getString("xmlUrl"));