Commit 36ed9f33 by 穆龙飞

modify:修改对象字段属性

parent 498e3cd0
Pipeline #43756 passed with stages
in 1 minute 47 seconds
......@@ -929,7 +929,7 @@ public class ChangeFlowBiz {
if (anyOrg.isPresent()) {
orgName = anyOrg.get().getOrgPosName();
}
i.setChangeCreator(commander.get(0).getUserName() + "(" + orgName + ")");
i.setChangeCreator(creator.get(0).getUserName() + "(" + orgName + ")");
}
});
} catch (Exception ex) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment