多语言方法
This commit is contained in:
parent
a54cbce2bc
commit
91407af6a4
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue