| | |
| | | .replace("@@templateKey@@", data.getString("templateKey")) |
| | | .replace("@@TemplateKey@@", toUpperCaseFirstOne(data.getString("templateKey"))) |
| | | .replace("@@templateKeyName@@", data.getString("templateKeyName")) |
| | | .replace("@@TEMPLATECODE@@", data.getString("templateCode").toUpperCase()); |
| | | .replace("@@TEMPLATECODE@@", data.getString("templateCode").toUpperCase()) |
| | | .replace("@@searchCode@@", data.getString("searchCode").toUpperCase()) |
| | | .replace("@@searchName@@", data.getString("searchName").toUpperCase()); |
| | | } |
| | | } |