调岗管理-调岗申请
__DXZvc8mnEmDqMARhK7G
__DXZvc8mnEmDqMARhK7G
published
UTF-8
post
/demotion
json
0){
doc.addStringItem("operator_status","确认调岗");
doc.addStringItem("operator_name",userName);
doc.addDateItem("operator_time",getToday());
doc.addStringItem("status","待报到");
}
// doc.addStringItem("demotioner_start_time",demotioner_start_time);
//doc.addStringItem("demotioner_end_time",demotioner_end_time);
process.doCreate(doc);
result.put("code","200");
result.put("msg","新增成功!");
result.put("state", true);
return result;
})()]]>