流程手册修改角色名称

This commit is contained in:
lihongyu 2022-12-26 13:39:53 +08:00
parent eeb32482c1
commit 29b29ea7f9
3 changed files with 2 additions and 3 deletions

View File

@ -4450,7 +4450,7 @@ y7fdOgAAAABJRU5ErkJggk==
<w:sz-cs w:val="21"/> <w:sz-cs w:val="21"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
</w:rPr> </w:rPr>
<w:t>角色</w:t> <w:t>角色/岗位</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>

View File

@ -5357,7 +5357,7 @@ y7fdOgAAAABJRU5ErkJggk==
<w:sz-cs w:val="21"/> <w:sz-cs w:val="21"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
</w:rPr> </w:rPr>
<w:t>角色</w:t> <w:t>角色/岗位</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>

View File

@ -17,7 +17,6 @@ import com.actionsoft.bpms.util.UUIDGener;
import com.actionsoft.bpms.util.UtilFile; import com.actionsoft.bpms.util.UtilFile;
import com.actionsoft.sdk.local.SDK; import com.actionsoft.sdk.local.SDK;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.awspaas.yili.publishevent.event.OutputDCFileProcessor;
import java.io.File; import java.io.File;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;