|
|
|
@ -23,10 +23,8 @@ public class HrmResourceTransMethod {
|
|
|
|
|
User user = new User();
|
|
|
|
|
user.setUid(1);
|
|
|
|
|
try {
|
|
|
|
|
if (hfm.isBaseField(fieldName)) {
|
|
|
|
|
if ("jobactivity".equals(fieldName)) {
|
|
|
|
|
hrmFieldConf.put("type", 282);
|
|
|
|
|
}
|
|
|
|
|
if (hfm.isBaseField(fieldName) && "jobactivity".equals(fieldName)) {
|
|
|
|
|
hrmFieldConf.put("type", 282);
|
|
|
|
|
}
|
|
|
|
|
return hfm.getFieldvalue(null, user, null, hrmFieldConf.getString("dmlurl"), hrmFieldConf.getInt("id"), hrmFieldConf.getInt("fieldhtmltype"), hrmFieldConf.getInt("type"), id, 0, fieldName);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|