@ -23,11 +23,9 @@ public class HrmResourceTransMethod {
User user = new User();
user.setUid(1);
try {
if (hfm.isBaseField(fieldName)) {
if (hfm.isBaseField(fieldName) && "jobactivity".equals(fieldName)) {
if ("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) {
return "";