This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-04 17:54:01 +08:00
parent 6d9cd8ffb4
commit 25536df1aa
@@ -89,8 +89,8 @@ public class DistributionAfter implements TaskListener {
if(nextUserList != null && !nextUserList.isEmpty()){
for(String nextUser : nextUserList){
//标记此用户是事业部还是产品规划部
JSONObject repositoryObject =object;
// TODO if(object.getString(""));
if (userAndInstitutionNameMap.get(nextUser).contains("事业部")){
repositoryObject.put("feedbackDept","1");
prcName+="-责任人反馈事业部情况";