多语言方法

This commit is contained in:
Harryxzy 2023-04-13 10:50:25 +08:00
parent a54cbce2bc
commit 91407af6a4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class SalaryI18nUtil {
* @param defaultLabel 默认中文
* @return
*/
public static String getI18nLabel(int labelId, int languageId, String defaultLabel) {
public static String getI18nLabel(int languageId, int labelId, String defaultLabel) {
if(ObjectUtils.isEmpty(labelId) || ObjectUtils.isEmpty(languageId)){
return defaultLabel;
}