审批消息发送调整
This commit is contained in:
		
							parent
							
								
									810e85e081
								
							
						
					
					
						commit
						92f493f686
					
				|  | @ -236,7 +236,7 @@ public class BizTodoItemService { | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     // 如果营销区域的上级是华南业务部,且审批流到了业务部长,该区域的部长离职后未找到合适人选,审核直接提交给营销总监 |                     // 如果营销区域的上级是华南业务部,且审批流到了业务部长,该区域的部长离职后未找到合适人选,审核直接提交给营销总监 | ||||||
|                     if (("da_company").equals(codeMap.get("staffNo") + "")) { |                     /*if (("da_company").equals(codeMap.get("staffNo") + "")) { | ||||||
|                         Map<String, Object> tempMap = new HashMap<>(); |                         Map<String, Object> tempMap = new HashMap<>(); | ||||||
|                         tempMap.put("areaId", areaId); |                         tempMap.put("areaId", areaId); | ||||||
|                         Map areaMap = marketingAreaService.oneBySql(tempMap, ".oneBySql"); |                         Map areaMap = marketingAreaService.oneBySql(tempMap, ".oneBySql"); | ||||||
|  | @ -248,7 +248,7 @@ public class BizTodoItemService { | ||||||
|                             userInfo.setUserId("ad5f919896fb4a5daefb3a3afa5f59e3"); |                             userInfo.setUserId("ad5f919896fb4a5daefb3a3afa5f59e3"); | ||||||
|                             todoUserIdsList.add(userInfo); |                             todoUserIdsList.add(userInfo); | ||||||
|                         } |                         } | ||||||
|                     } |                     }*/ | ||||||
|                     if (!CollectionUtils.isEmpty(todoUserIdsList)) { |                     if (!CollectionUtils.isEmpty(todoUserIdsList)) { | ||||||
|                         for (int i = 0; i < todoUserIdsList.size(); i++) { |                         for (int i = 0; i < todoUserIdsList.size(); i++) { | ||||||
|                             UserInfo userInfo = (UserInfo) todoUserIdsList.get(i); |                             UserInfo userInfo = (UserInfo) todoUserIdsList.get(i); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue