注释
This commit is contained in:
@@ -89,8 +89,8 @@ public class DistributionAfter implements TaskListener {
|
|||||||
|
|
||||||
if(nextUserList != null && !nextUserList.isEmpty()){
|
if(nextUserList != null && !nextUserList.isEmpty()){
|
||||||
for(String nextUser : nextUserList){
|
for(String nextUser : nextUserList){
|
||||||
|
//标记此用户是事业部还是产品规划部
|
||||||
JSONObject repositoryObject =object;
|
JSONObject repositoryObject =object;
|
||||||
// TODO if(object.getString(""));
|
|
||||||
if (userAndInstitutionNameMap.get(nextUser).contains("事业部")){
|
if (userAndInstitutionNameMap.get(nextUser).contains("事业部")){
|
||||||
repositoryObject.put("feedbackDept","1");
|
repositoryObject.put("feedbackDept","1");
|
||||||
prcName+="-责任人反馈事业部情况";
|
prcName+="-责任人反馈事业部情况";
|
||||||
|
|||||||
Reference in New Issue
Block a user