修改查看岗位详情-返回附件信息
This commit is contained in:
@@ -48,7 +48,10 @@ public class StringUtil {
|
||||
*录用-招聘会
|
||||
*/
|
||||
public static final String HIRE_SOURCE_ZPH="1";
|
||||
|
||||
/**
|
||||
* 标记
|
||||
*/
|
||||
public static final boolean PATH_TEST_ENV = true;
|
||||
/**
|
||||
* 测试环境附件地址
|
||||
*/
|
||||
@@ -124,4 +127,12 @@ public class StringUtil {
|
||||
}
|
||||
return idCard.substring(0, 4) + "***" + idCard.substring(14);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取附件地址
|
||||
* @return
|
||||
*/
|
||||
public static String getFilePath(){
|
||||
return !PATH_TEST_ENV?PATH_PRO:PATH_DEV;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user